ci: use custom cypress image

This commit is contained in:
Rainer Killinger
2022-10-10 14:52:14 +02:00
parent 28fbfef18c
commit 5a2d9f3075

View File

@@ -72,7 +72,7 @@ unit:
path: coverage/cobertura-coverage.xml
.e2e-chrome:
image: cypress/browsers:node14.19.0-chrome100-ff99-edge
image: registry.gitlab.com/openstapps/projectmanagement/cypress
stage: test
script:
- npm run e2e -- --watch=false --headless=true --browser=chrome
@@ -83,7 +83,7 @@ unit:
- cypress/screenshots
.e2e-firefox:
image: cypress/browsers:node14.19.0-chrome100-ff99-edge
image: registry.gitlab.com/openstapps/projectmanagement/cypress
stage: test
script:
- npm run e2e -- --watch=false --headless=true --browser=firefox