From 889a924ca1e9ed69dbb834f57453becf633356f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakob=20Karevold=20Gr=C3=B8nhaug?= <jakobkg@stud.ntnu.no>
Date: Tue, 18 Apr 2023 08:42:30 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 721f375..eb03745 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,15 +24,3 @@ unit-test-job:   # This job runs in the test stage.
   stage: test    # It only starts when the job in the build stage completes successfully.
   script:
     - npm run test:unit
-
-e2e-test-ff-job:    # This job runs in the test stage.
-  image: cypress/browsers:latest
-  stage: test    # It only starts when the job in the build stage completes successfully.
-  script:
-    - npx cypress run --port 4173 --browser firefox
-
-e2e-test-chrome-job:    # This job runs in the test stage.
-  image: cypress/browsers:latest
-  stage: test    # It only starts when the job in the build stage completes successfully.
-  script:
-    - npx cypress run --port 4173 --browser chrome
-- 
GitLab