diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffae5edcbf73911163517cedcc4d093931c944fc..7f60dafe3c9d6b4c8e264f9c622604c2325c8f47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ deploy-testing:
     - cat $cert > ./built/routes/cert/cert.pem
     - cat $certidp > ./built/routes/cert/cert_idp.pem
     - cat $key > ./built/routes/cert/key.pem
+    - npm install
     - "pm2 delete --silent account || :"
     - pm2 start ./built/app.js --name=account
     - pm2 save
@@ -27,4 +28,4 @@ deploy-master:
   tags: 
     - production
   only: 
-    - master
\ No newline at end of file
+    - master