diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b948d9e..ab68174 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ playwright_tests: stage: test image: mcr.microsoft.com/playwright:v1.43.0-jammy script: + - npm config set registry https://registry.npmmirror.com - npm install - npx playwright install - npx playwright test