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

Update .gitlab-ci.yml file

parent 954c6862
No related branches found
No related tags found
No related merge requests found
Pipeline #7325 passed
......@@ -28,6 +28,10 @@ image: "rust:latest"
# Use cargo to test the project
test:cargo:
script:
- export HTTPS_PROXY=lxproxy01.gsi.de:3128
- export HTTP_PROXY=lxproxy01.gsi.de:3128
- export https_proxy=lxproxy01.gsi.de:3128
- export http_proxy=lxproxy01.gsi.de:3128
- rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace --verbose
......
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