diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3cb1065d05f05767c4613f5262ea59fff4d9eb45..94646cbc73414e662b8b0cf61b9a0cfc61b1a39a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,6 @@ publish_npm:
     - rsync -a --prune-empty-dirs --include '*/' --include '*.d.ts.map' --exclude '*' ../clients ./
     - rsync -a --prune-empty-dirs --include '*/' --include '*.js' --exclude '*' ../clients ./
     - rsync -a --prune-empty-dirs --include '*/' --include '*.js.map' --exclude '*' ../clients ./
-    - ls
     - |
       if [[ ! -f .npmrc ]]; then
         echo 'No .npmrc found! Creating one now. Please review the following link for more information: https://docs.gitlab.com/ee/user/packages/npm_registry/index.html#project-level-npm-endpoint-1'
diff --git a/config/package.json b/config/package.json
index 738e242b71aaa1570a8eab85ba610d22e8ea43d1..b7a536babc96f01f428a42c154972b414b41a1c9 100644
--- a/config/package.json
+++ b/config/package.json
@@ -1,5 +1,5 @@
 {
-    "name": "@perxis-js/perxis-client",
+    "name": "@perxis/perxis-js",
     "version": "1.0.0",
     "description": "",
     "main": "clients/index.js",