Fix docker image

This commit is contained in:
Armin Becher 2020-04-04 18:57:34 +02:00
parent d2430f7215
commit 130ff44284

View file

@ -3,7 +3,7 @@ stages:
build-rust-latest:
stage: build
image: rustlang/rust:latest
image: rustlang/rust
script:
- cargo build --verbose
- cargo test --verbose