Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:33:03 +00:00
parent 1e314d9beb
commit 579730a661
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 rs-junit --name output.xml
- cargo/bin/rs-junit --name output.xml
artifacts:
reports:
junit: output.xml