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