Skip to content
Snippets Groups Projects
Commit 181e0701 authored by Benedikt's avatar Benedikt
Browse files

added proxy config

parent cd43ed14
No related branches found
No related tags found
No related merge requests found
Pipeline #51870 passed
......@@ -11,6 +11,8 @@ cache:
test:
stage: test
script:
- npm config set https-proxy http://webproxy.bs.ptb.de:8080
- npm config set http-proxy http://webproxy.bs.ptb.de:8080
- npm install
- npm run test
artifacts:
......@@ -20,6 +22,8 @@ test:
build:
stage: build
script:
- npm config set https-proxy http://webproxy.bs.ptb.de:8080
- npm config set http-proxy http://webproxy.bs.ptb.de:8080
- npm install
- npm run build
artifacts:
......
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