diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c727635..dbfd5a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ playwright_tests: - export NVM_DIR="$HOME/.nvm" - . "$NVM_DIR/nvm.sh" - nvm use 20.17.0 + - npm config set registry https://registry.npmmirror.com # 使用淘宝镜像 script: - npm install - npx playwright install