diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65b8ecc72fc9927af1f6cbd80c74498526c9680b..77738d2db0885eb1362b9e247e715723a22fcb6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ test:
 publish to local npm:
   stage: publish
   before_script:
-    - apt-get install expect
+    - apk add expect
     - |
         /usr/bin/expect <<EOD
         spawn npm adduser --registry https://it-devops-01:4873
diff --git a/README.md b/README.md
index 26217e20b6e0013d33b6d5c6b3774f40d0af2ca6..dadb2f853ccf43ea2f693d7a8656ef1c7761f785 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Simple Config Log with HashiCorp Vault support.
 
 ## Usage
 
-`const Config = require('config')`  
+`const Config = require('@br/config')`  
 `let config = new Config()`
 
 Then config is your config object. (Use it like config.setting)