Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:43:19 +00:00
parent 8c8b5df3ed
commit 0ce83fc110
1 changed files with 1 additions and 1 deletions

View File

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