From 5a2d9f30755636dc5f1ac01aa0530006e7d2731c Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Mon, 10 Oct 2022 14:52:14 +0200 Subject: [PATCH] ci: use custom cypress image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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