diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0df041f..b3674b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ playwright_tests: - npm config set registry https://registry.npmmirror.com # 使用淘宝镜像 script: - npm install - - npx playwright install-deps + - sudo npx playwright install-deps - npx playwright install - npx playwright test artifacts: