Skip to content
Snippets Groups Projects
Commit e064b818 authored by rhenck's avatar rhenck
Browse files

[e2e] Fix CI script for e2e

The modules need to run in the background and not block the shell, so 
that Cypress can run.
parent 73fcb903
No related branches found
No related tags found
No related merge requests found
Pipeline #56004 passed
......@@ -19,8 +19,8 @@ test-e2e:
before_script:
- npm ci --cache .npm --prefer-offline
script:
- npm run start-editor-local
- npm run start-player-local
- nohup npm run start-editor-local &
- nohup npm run start-player-local &
- npm run e2e-headless
#deploy:
......
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