diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e3808883892b9c0f34ceb564bfba60fa4f97367..6cf06f74e66aa6ccb1333c1e644647c6402e356f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ deploy-testing:
     - cat $certidp > ./built/routes/cert/cert_idp.pem
     - cat $key > ./built/routes/cert/key.pem
     - "pm2 delete --silent account || :"
-    - pm2 start ./built/app.js --name=account
+    - pm2 start ./built/index.js --name=account
     - pm2 save
   tags: 
     - testing
@@ -22,7 +22,7 @@ deploy-master:
     - cat $key > ./routes/cert/key.pem
     - npm install
     - "pm2 delete --silent account || :"
-    - pm2 start ./app.js --name=account
+    - pm2 start ./index.js --name=account
     - pm2 save
   tags: 
     - production