diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f309d69dcc63e983ea5952d626c3e9a09e3f21a3..bbb5b895d12f677da008147520e4f9d1e9f2a3af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,6 +47,6 @@ publish to local npm:
   stage: publish
   before_script:
     - npm install -g npm-cli-adduser
-    - npm-cli-adduser --registry $NPM_REGISTRY --username $NPM_USERNAME --password $NPM_PASSWORD --email $NPM_PASSWORD
+    - npm-cli-adduser --registry $NPM_REGISTRY --username $NPM_USERNAME --password $NPM_PASSWORD --email $NPM_EMAIL
   script:
     - npm publish --registry $NPM_REGISTRY
\ No newline at end of file