From 7e49aab3ba7d1935e79248c3f33255adf8727543 Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 10 May 2023 22:16:55 +0200 Subject: [PATCH] forgot global flag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f25e50..bb8a7ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ benchmark-page: only: - main before_script: - - npm install @unlighthouse/cli puppeteer + - npm install -g @unlighthouse/cli puppeteer script: - unlighthouse-ci --site https://firq.dev/ --budget 90 --debug --build-static artifacts: