From f2f785f7f1ca1d113255b8a942b7e3d180e220b4 Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Fri, 12 Jan 2024 13:57:47 +0100 Subject: [PATCH] Add job tags to pick up runner --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08ae6a0d..f65a992e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ stages: building_stage: stage: build + tags: ["np-tmcode"] allow_failure: false artifacts: paths: @@ -48,6 +49,7 @@ building_stage: running_stage: stage: run + tags: ["np-tmcode"] allow_failure: false needs: - job: building_stage @@ -79,6 +81,7 @@ running_stage: testing_stage: stage: test + tags: ["np-tmcode"] allow_failure: true needs: - job: building_stage -- GitLab