From c7e80b0657ecc0d2eaa607fc39ee0831f29f4fce Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Thu, 20 Feb 2025 11:17:08 +0100 Subject: [PATCH] Change ivas-basop-linux tag to ivas-linux to use runners for main-pc --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cb080114..147eb7c00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -383,14 +383,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - - ivas-basop-linux + - ivas-linux .build-job-linux: stage: build timeout: "2 minutes" needs: [] tags: - - ivas-basop-linux + - ivas-linux .build-job-windows: stage: build @@ -740,7 +740,7 @@ uninterruptible: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH when: always tags: - - ivas-basop-linux + - ivas-linux # --------------------------------------------------------------- # Validation jobs -- GitLab