Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:53:49 +00:00
parent 1c366a0c32
commit 439f471532
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 cargo-junit || true
- cargo test-junit --name output.xml
- cargo junit --name output.xml
artifacts:
reports:
junit: output.xml