gitlab pipeline: try to run inside "script" to get a tty

This commit is contained in:
lilydjwg 2020-01-18 14:58:07 +08:00
parent e5e592b559
commit f3bd2366ee
1 changed files with 2 additions and 2 deletions

View File

@ -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