Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:45:32 +00:00
parent 0ce83fc110
commit 6f98a0227a
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 || true
- cargo test-junit --name output.xml
- cargo/bin/rs-junit test-junit --name output.xml
artifacts:
reports:
junit: output.xml