Fix gitlab rust latest

This commit is contained in:
Armin Becher 2020-04-05 15:06:49 +02:00
parent 508148af21
commit 5d8495b21f

View file

@ -1,9 +1,10 @@
image: 'rust:latest'
stages: stages:
- build - build
build-rust-latest: build-rust-latest:
stage: build stage: build
image: rustlang/rust
script: script:
- cargo build --verbose - cargo build --verbose
- cargo test --verbose - cargo test --verbose