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
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo install rs-junit
- cargo test-junit --name output.xml
- cargo test
artifacts:
reports:
junit: output.xml