Skip to content
Snippets Groups Projects
Commit 5820ac5d authored by Yuriy Maksymets's avatar Yuriy Maksymets
Browse files

Check if chrome e2e test will work in the pipeline

parent 1560df11
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ stages:
- check
- build
- test
- testChrome
- deploy
submodule_fetch:
......@@ -78,6 +79,13 @@ backend_test:
script:
- npm test
chrome_test:
stage: testChrome
dependencies:
- dev_node_install
script:
- npm test-e2e:chrome
deploy:
stage: deploy
dependencies:
......
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