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