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

Update .gitlab-ci.yml file

parent 80e68371
No related branches found
No related tags found
No related merge requests found
Pipeline #216005 failed
......@@ -29,10 +29,10 @@ 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 5173 --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:
- npx cypress run --port 5173 --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