gitlab pipeline: try to run inside "script" to get a tty
This commit is contained in:
parent
e5e592b559
commit
f3bd2366ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue