Fix docker image
This commit is contained in:
parent
d2430f7215
commit
130ff44284
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ stages:
|
|||
|
||||
build-rust-latest:
|
||||
stage: build
|
||||
image: rustlang/rust:latest
|
||||
image: rustlang/rust
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
|
|
Loading…
Reference in a new issue