From 5b33421da305b1e3db507b516b5a66f65b524119 Mon Sep 17 00:00:00 2001 From: knj Date: Wed, 20 Dec 2023 17:38:16 +0100 Subject: [PATCH] run ci only on runner to test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bc603618..e8418eb69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,14 +76,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - - ivas-basop-linux + - test-fhg-basop-runner-3 .build-job-linux: stage: build timeout: "2 minutes" needs: [] tags: - - ivas-basop-linux + - test-fhg-basop-runner-3 # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: -- GitLab