Skip to content
Snippets Groups Projects
Commit 56e0d636 authored by Lars Mikkel Lødeng Nilsen's avatar Lars Mikkel Lødeng Nilsen
Browse files

Modified the pipeline to try to get it to work

parent 145c857f
Branches pipeline-fix
No related tags found
3 merge requests!66Final merge,!4Pipeline fix,!3Pipeline fix
Pipeline #272712 passed
......@@ -11,7 +11,6 @@ cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
- /root/.cache/Cypress
install:
stage: install
......@@ -46,10 +45,13 @@ test:e2e:
image: cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
stage: test
script:
- npm ci --cache .npm --prefer-offline
- npx cypress verify
- npm run test:e2e
dependencies:
- install
test-coverage:
stage: test
script:
......
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