Update .gitlab-ci.yml

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