Skip to content
Snippets Groups Projects
Commit 633ac6c0 authored by Jakob Karevold Grønhaug's avatar Jakob Karevold Grønhaug
Browse files

Update .gitlab-ci.yml file

parent 30ed499c
No related branches found
No related tags found
No related merge requests found
Pipeline #215997 failed
......@@ -30,11 +30,11 @@ e2e-test-ff-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 dev &
- npx cypress run --browser firefox
- 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:
- npm run dev &
- npx cypress run --browser chrome
- npx cypress run --port 4173 --browser chrome
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment