diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 648a1e1a..0ea3fe74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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