apt-get not apk
This commit is contained in:
parent
5edeaf9833
commit
84b43872d1
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ unlighthouse:
|
||||||
- main
|
- main
|
||||||
- tags
|
- tags
|
||||||
before_script:
|
before_script:
|
||||||
- apk update && apk add chromium-sandbox
|
- apt-get update && apt-get -y install --no-install-recommends chromium-sandbox
|
||||||
- npm install @unlighthouse/cli puppeteer
|
- npm install @unlighthouse/cli puppeteer
|
||||||
- mkdir unlighthouse-reports
|
- mkdir unlighthouse-reports
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue