diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 185f092f766a5d66875065dc965b6d3fd5807ee3..841a77f4fb8358ec5f23ab4aca2c8cabbac376e1 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