diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 272b863..4fe13dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,13 +28,13 @@ test:linux:stable: - build:linux:stable script: - rustup update stable - - cargo +stable test --verbose + - script -c "cargo +stable test --verbose" test:linux: stage: test dependencies: - build:linux - script: cargo +nightly test --verbose + script: script -c "cargo +nightly test --verbose" test:redox: stage: test