From e04ffbfd398652a99e9b71bd460bcd58ce01dfe5 Mon Sep 17 00:00:00 2001
From: Jovana Petkovic <jovanape@stud.ntnu.no>
Date: Tue, 9 May 2023 13:13:43 +0200
Subject: [PATCH] tweaks

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec5cc25..29283e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ test:
   stage: test
   script:
     # install dependencies
-    - npm ci
+    - npm install
     # start the server in the background
     - npm start
     # run Cypress tests
-- 
GitLab