diff --git a/Jenkinsfile b/Jenkinsfile
index 1b528a54edecf3984800dda1a7bfba6c5232d746..d101fabaab4fca426906030bd456c0392dab5963 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
                     sh 'npm --version'
                     dir('goofy-client') {
                         sh 'echo "registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc'
-                        sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczpQaihzX0ZNNFU5ZC8=registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc'
+                        sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc'
 
 						sh 'npm cache verify'
                         sh 'npm ci --legacy-peer-deps'