diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e26ef0f1cb2ca5a7600c5f331b11d123dfac63a..942b693683053fc5dae7e5794603cbceab98d23e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: