Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:03:21 +00:00
parent 7fcdb1c28f
commit d4186d5a0d
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ test:cargo:
stage: test stage: test
script: script:
- rustc --version && cargo --version # Print version info for debugging - rustc --version && cargo --version # Print version info for debugging
- cargo install rs-junit - cargo test
- cargo test-junit --name output.xml
artifacts: artifacts:
reports: reports:
junit: output.xml junit: output.xml