From 1e2dd5d9139a1fd1f926876319609dbe8766d7d0 Mon Sep 17 00:00:00 2001
From: Rosanny Sihombing <rosanny.sihombing@hft-stuttgart.de>
Date: Mon, 11 Jul 2022 10:55:47 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 241c1f81..66dfcf5a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@ 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
-- 
GitLab