From 3c3986353f6a8b1c55b5412b4204df8722d3d801 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org> Date: Wed, 2 Nov 2022 16:22:30 +0100 Subject: [PATCH] ci: migration EF runner Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org> --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13d8f91..0fc0a1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,11 @@ stages: - build - deploy +default: + tags: + - origin:eclipse + - ctx:oniro-group + include: - project: eclipse/oniro-core/oniro ref: kirkstone -- GitLab