summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-04-03 10:19:43 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-04-03 10:19:43 +0200
commit3caedcee8a26153c95fd6c35a103433620283d45 (patch)
tree43bdddc3e7bd07a3e5c85eb6bd52629fa0273138 /.gitlab-ci.yml
parentfcdf7b6f23015fd0a76c0d517c670bc8aa8c4b63 (diff)
ci: Fix running tests on clones.
- Previously, our tests were tagged with 'self-hosted' to prevent the shared runners picking up our tasks. I have disabled the shared runners now that we have our own Windows runner, so we can drop the 'self-hosted' tag. - This fixes running the tests on clones that do not have access to our runners. - Tag the jobs with 'linux' instead to prevent any Windows runners from picking them up.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 948baef9..3aac823a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ after_script:
buster:
tags:
- - self-hosted
+ - linux
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/buster:latest
@@ -25,7 +25,7 @@ buster:
bullseye:
tags:
- - self-hosted
+ - linux
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye:latest
@@ -45,7 +45,7 @@ bullseye:
rust-stable:
tags:
- - self-hosted
+ - linux
stage: build
image: rust:1-slim-buster