switch to testcafe image

This commit is contained in:
jadera
2025-12-10 20:25:43 +02:00
parent 469f4f4da6
commit 19fbe71506
+4 -2
View File
@@ -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: