Update .gitlab-ci.yml
This commit is contained in:
parent
8c8b5df3ed
commit
0ce83fc110
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue