From ee1d26a84d08ca30a1f779fb5e96be6542b98b49 Mon Sep 17 00:00:00 2001 From: Firq Date: Sat, 8 Jul 2023 23:21:53 +0200 Subject: [PATCH] missing g flag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f38576..997cb10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,7 +95,7 @@ unlighthouse: - main - tags before_script: - - npm install @unlighthouse/cli puppeteer + - npm install -g @unlighthouse/cli puppeteer - mkdir unlighthouse-reports script: - unlighthouse-ci --site staging.firq.dev --budget 75 --build-static --output-path ./unlighthouse-reports