diff --git a/docs/ci.md b/docs/ci.md index 2503cc6322..2d0989fd93 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -195,7 +195,7 @@ stages: tests: stage: test - image: aslushnikov/playwright:bionic + image: mcr.microsoft.com/playwright:bionic script: - npm install # This should install playwright - npm run test