chown test files to runner
This commit is contained in:
@@ -71,6 +71,7 @@ test:e2e:
|
||||
needs: ["install", "build"]
|
||||
stage: test
|
||||
script:
|
||||
- sudo chown -R $(whoami) . #allow deletion of test files
|
||||
- npm ci
|
||||
- npm run testcafe:ci
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user