From cc3045744f3f62c54c1a4b61ba7b95b72e3f4a0c Mon Sep 17 00:00:00 2001
From: Jovana Petkovic <jovanape@stud.ntnu.no>
Date: Tue, 9 May 2023 13:26:02 +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 49a9da6..f542586 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,4 +10,4 @@ test:
     # start the server in the background
     - npm run start:ci &
     # run Cypress tests
-    - npm e2e
\ No newline at end of file
+    - npm run e2e
\ No newline at end of file
-- 
GitLab