diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09deef380422a1236c01b6d98932affd2135ad7c..142aad3fb31b547a1c2b4a284f394b6713228860 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,5 +43,6 @@ publish to local npm:
   stage: publish
   before_script:
     - npm config set @br:registry https://it-devops-01:4873
+    - npm adduser --registry https://it-devops-01:4873
   script:
     - npm publish
\ No newline at end of file