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

Update .gitlab-ci.yml file

parent df349654
No related branches found
No related tags found
No related merge requests found
Pipeline #7326 passed
...@@ -33,7 +33,7 @@ test:cargo: ...@@ -33,7 +33,7 @@ test:cargo:
- export https_proxy=lxproxy01.gsi.de:3128 - export https_proxy=lxproxy01.gsi.de:3128
- export http_proxy=lxproxy01.gsi.de:3128 - export http_proxy=lxproxy01.gsi.de:3128
- rustc --version && cargo --version # Print version info for debugging - rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace --verbose - cargo test --workspace # --verbose
# Optional: Use a third party library to generate gitlab junit reports # Optional: Use a third party library to generate gitlab junit reports
# test:junit-report: # test:junit-report:
......
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