Playwright version
1.13.0
Operating system
MacOS, Linux
What browsers are you seeing the problem on?
Chromium
Other information
No response
What happened? / Describe the bug
When i run the npx playwright test locally, it went well. But within the ci, I get this error.
Here is my gitlab-ci.ymli config.
build:
stage: build
image: mcr.microsoft.com/playwright:focal
cache:
paths:
- node_modules
script:
- /etc/init.d/dbus start
- node -v & npm -v
- yarn install --force
- yarn ci-test


Appreciate for any reply~
Code snippet to reproduce your bug
No response
Relevant log output
No response