From 9eedafd89de7afd3e595f12f6c3d55ca1f2bbbfd Mon Sep 17 00:00:00 2001 From: psi29a Date: Fri, 23 Sep 2022 13:14:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b381d6cb5e..a51ec6e4b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ variables: tags: - docker - linux + - saas-linux-large-amd64 image: ubuntu:22.04 rules: - if: $CI_PIPELINE_SOURCE == "push" @@ -67,6 +68,7 @@ Coverity: tags: - docker - linux + - saas-linux-large-amd64 image: ubuntu:22.04 stage: build rules: @@ -611,6 +613,7 @@ Windows_MSBuild_RelWithDebInfo: .Ubuntu_AndroidNDK_arm64-v8a: tags: - linux + - saas-linux-large-amd64 image: psi29a/android-ndk:focal-ndk22 rules: - if: $CI_PIPELINE_SOURCE == "push"