Skip to content
Snippets Groups Projects
Commit 14bd4864 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 49c62f37
No related branches found
No related tags found
No related merge requests found
Pipeline #7685 failed
......@@ -54,7 +54,7 @@ test_windows:
- $Env:Path += ";C:\Users\ueisenb\AppData\Local\0_gsi_executables\.cargo\bin"
- rustup default nightly
- cargo install junitify
- cargo test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/
- cargo test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR\tests\
artifacts:
when: always
reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment