Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 17:45:00 +00:00
parent 7a14f2d603
commit 5a4d92463d
1 changed files with 5 additions and 1 deletions

View File

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