diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14426c66432381603b332f05c340e0a7591c4cf4..181a8f39fc428da3773b1d9d57c10733ec074e6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,9 @@ before_script: - ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/* ./test_data/ - mkdir -p ~/.deriva - mkdir -p ~/.bdbag + - export http_proxy=http://proxy.swmed.edu:3128 + - export https_proxy=http://proxy.swmed.edu:3128 + - export all_proxy=http://proxy.swmed.edu:3128 after_script: - unset SINGULARITY_CACHEDIR @@ -1127,4 +1130,4 @@ aws: when: always paths: - badges/ - allow_failure: true \ No newline at end of file + allow_failure: true