From e154e0837b324c0ef621a3b956655319c3727df5 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Mon, 29 Jun 2020 16:04:58 -0700 Subject: [PATCH] docs(ci): fix gitlab setup --- docs/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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