Update .gitlab-ci.yml

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

View File

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