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