diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 685ea6d..121885a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,12 +8,11 @@ cache: paths: - target/ -before_script: - rustup update stable - build:linux:stable: stage: build - script: cargo +stable build --verbose + script: + - rustup update stable + - cargo +stable build --verbose build:linux: stage: build