From d60d369f7f4175029b724c83ff0dfd0816b68f62 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 23 Feb 2020 17:00:10 +0100 Subject: [PATCH] ci: gitlab runner tags simply don't work properly This reverts commit d49ac8adaea69d801ff299f619b5336baf6348f9. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aca63fc..f380abf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,6 @@ variables: test-default: stage: test - tags: - - fast image: msrd0/rust:alpine before_script: - cargo -V @@ -24,8 +22,6 @@ test-default: test-all: stage: test image: msrd0/rust:alpine-tarpaulin - tags: - - fast before_script: - apk add --no-cache bash curl - cargo -V