diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5a907176a..9bf401a8ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,6 +97,8 @@ checkupdates: stage: test needs: [] image: debian:bullseye-slim + tags: + - saas-linux-medium-amd64 rules: *app_verification_rules before_script: - *install_fdroid_server_deb @@ -116,6 +118,8 @@ git redirect: stage: test needs: [] image: debian:bullseye-slim + tags: + - saas-linux-medium-amd64 rules: *app_verification_rules script: - apt-get -qy update @@ -133,6 +137,8 @@ fdroid lint: stage: test needs: [] image: debian:bullseye-slim + tags: + - saas-linux-medium-amd64 rules: *app_verification_rules before_script: - *install_fdroid_server_deb @@ -159,6 +165,8 @@ lint: stage: test needs: [] image: debian:bullseye-slim + tags: + - saas-linux-medium-amd64 rules: *app_verification_rules script: - apt-get -qy update @@ -313,6 +321,8 @@ fdroid build: stage: build needs: [] image: registry.gitlab.com/fdroid/fdroidserver:buildserver-bullseye + tags: + - saas-linux-medium-amd64 artifacts: name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}" paths: @@ -478,6 +488,8 @@ check_git_repos: sast: stage: report + tags: + - saas-linux-medium-amd64 needs: - fdroid build dependencies: