From 19fbe71506039365389761c144458007b292bb29 Mon Sep 17 00:00:00 2001 From: jadera Date: Wed, 10 Dec 2025 20:25:43 +0200 Subject: [PATCH] switch to testcafe image --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec93fa7..c7cb1ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,11 +67,13 @@ build: - .next/cache/ test:e2e: - image: cimg/node:20.18-browsers + image: + name: testcafe/testcafe:latest + entrypoint: ["/bin/sh", "-c"] needs: ["install", "build"] stage: test script: - - sudo chown -R $(whoami) . #allow deletion of test files + - sudo chown -R user:user . #allow deletion of test files - npm ci - npm run testcafe:ci artifacts: