diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9798210e0ff4ce977c3e2059a2005322d779ad30..dc78647d6102f30cc659cad75d8a3b1825192e67 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,19 +1,5 @@
 image: node:latest
 
-include:
-  - project: 'general/templates'
-    file: '/cicd/SAST-nodejs.gitlab-ci.yml'
-  - project: 'general/templates'
-    file: '/cicd/npm-audit.gitlab-ci.yml'
-  - project: 'general/templates'
-    file: '/cicd/sonarqube.gitlab-ci.yml'
-
-variables:
-  SONAR_PROJECT_KEY: config
-  SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8
-  NPM_REGISTRY: https://npm.br-edv.brnet.int
-  NPM_TOKEN: 5w2Gy80rdH+2Tch0afNI6Q==
-
 cache:
   paths:
     - node_modules/
@@ -22,7 +8,6 @@ cache:
 stages:
   - build
   - test
-  - quality
   - publish
 
 build:
diff --git a/.npmrc b/.npmrc
index f00d1dbdf1564d0711bded4e6e8b7bed5031bf2a..d5a841d4521254c8b718aecea159484ba7838a83 100755
--- a/.npmrc
+++ b/.npmrc
@@ -1,6 +1,6 @@
 tag-version-prefix=""
 strict-ssl=false
-@general:registry=https://gitlab.br.de/api/v4/projects/7/packages/npm/
-//gitlab.br.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}
-//gitlab.br.de/api/v4/projects/7/packages/npm/:_authToken=${CI_JOB_TOKEN}
+@general:registry=https://gitlab.br.de/api/v4/projects/919/packages/npm/
+//gitlab.ard.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}
+//gitlab.ard.de/api/v4/projects/919/packages/npm/:_authToken=${CI_JOB_TOKEN}
 
diff --git a/package.json b/package.json
index e9ca323c2a485e8e931f648ea221db46d792b980..512d3a2179ec405424bd3c8176b4b81bf1cd793d 100755
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "@general/config",
+  "name": "@libs/config",
   "version": "1.12.0",
   "description": "Simple Config with ENV Support",
   "main": "index.js",
@@ -24,7 +24,7 @@
     "jest": "^26.6.1"
   },
   "publishConfig": {
-    "@general:registry": "https://gitlab.br.de/api/v4/projects/7/packages/npm/"
+    "@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/"
   },
   "jest": {
     "collectCoverage": true,