1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

ci: gitlab runner tags simply don't work properly

This reverts commit d49ac8adae.
This commit is contained in:
Dominic 2020-02-23 17:00:10 +01:00
parent d49ac8adae
commit d60d369f7f
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -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