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

Update .gitlab-ci.yml file

parent df657988
No related branches found
No related tags found
No related merge requests found
Pipeline #218587 passed
......@@ -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
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