From 9f88c909ee4e09336100724f0999e5018048ff07 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Mon, 11 Jul 2022 09:16:48 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffae5edc..7f60dafe 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
-- 
GitLab