diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 039bbeb79c1cc4de830fbac3cbc416184d3b9706..6fc03266a55efa162c255f4568764dc25e1e61c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 - publish_image
 
 variables:
-  npm_config_registry: https://services.ub.uni-leipzig.de/repository/npm/
+  npm_config_registry: https://services.ub.uni-leipzig.de/nexus/repository/npm/
 
 npm_install:
   stage: build_app