Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:28:19 +00:00
parent 6cf7506485
commit a3b1777d46
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ 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 test - cargo install rs-junit
- cargo test-junit --name output.xml
artifacts: artifacts:
reports: reports:
junit: output.xml junit: output.xml