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:
- build
build-rust-latest:
stage: build
image: rustlang/rust
script:
- cargo build --verbose
- cargo test --verbose