docs(ci): fix gitlab setup

This commit is contained in:
Arjun Attam 2020-06-29 16:04:58 -07:00 committed by GitHub
parent c8076121e2
commit e154e0837b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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