diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11cb3cb729cf0c9984229904ba67a95ac2f22454..95155d8937c2e5c50060d9f2c5a4f1ebd6099755 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,10 @@ publish_npm:
       changes:
         - config/package.json
   script:
-    - ls
-    - cd ./perxis-proto
-    - ls
-    - cd ./proto
\ No newline at end of file
+    - npm install -g ts-proto@1.115.5
+    - npm install -g typescript@4.7.4
+    - make proto
+    - cd ./config
+    - NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")
+    - yarn pub
+    - echo "Successfully published version ${NPM_PACKAGE_VERSION} to GitLab's NPM registry"
\ No newline at end of file