From ab876dc4687eeedd0ff8a09e8d6e029956b535a2 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Wed, 3 Jan 2024 00:48:24 +0100 Subject: [PATCH] chore: fix ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a938e1..b913545 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: node:lts # Functions that should be executed before the build script is run before_script: - - npm run install --ci + - npm install --ci pages: script: - npm run build