Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:39:48 +00:00
parent e9590201e9
commit 8c8b5df3ed
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
- $CI_PROJECT_DIR/cargo/bin/rs-junit test-junit --name output.xml
- cargo test-junit --name output.xml
artifacts:
reports:
junit: output.xml