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:
parent
d49ac8adae
commit
d60d369f7f
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue