From e4a5eb18466f8f92d8ad7658d304fbd7c4a5f637 Mon Sep 17 00:00:00 2001 From: elsid Date: Wed, 8 May 2024 23:14:42 +0200 Subject: [PATCH] Use proper tags to run linux jobs --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 406d6411d9..48e19047c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,8 +25,7 @@ variables: .Ubuntu_Image: tags: - - docker - - linux + - saas-linux-medium-amd64 image: ubuntu:22.04 rules: - if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event" @@ -91,8 +90,7 @@ Ubuntu_GCC_preprocess: Coverity: tags: - - docker - - linux + - saas-linux-medium-amd64 image: ubuntu:22.04 stage: build rules: @@ -756,7 +754,7 @@ Windows_MSBuild_RelWithDebInfo: .Ubuntu_AndroidNDK_arm64-v8a: tags: - - linux + - saas-linux-medium-amd64 image: psi29a/android-ndk:focal-ndk22 rules: - if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"