chown test files to runner

This commit is contained in:
jadera
2025-12-10 20:14:06 +02:00
parent cd2a58a76d
commit 469f4f4da6
+1
View File
@@ -71,6 +71,7 @@ test:e2e:
needs: ["install", "build"] needs: ["install", "build"]
stage: test stage: test
script: script:
- sudo chown -R $(whoami) . #allow deletion of test files
- npm ci - npm ci
- npm run testcafe:ci - npm run testcafe:ci
artifacts: artifacts: