From fe8ed3ec4e9e3acfb963c9594351a307b17e1087 Mon Sep 17 00:00:00 2001 From: Ralf Aron Date: Thu, 5 Dec 2024 09:45:31 +0100 Subject: [PATCH] fix: restore .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c86a6dd..e6d4f5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ test: - if: '$CI_COMMIT_MESSAGE =~ /(Release)/' script: - apk add --no-cache chromium && export CHROME_BIN='/usr/bin/chromium-browser' - - npm install + - npm ci - npm run build -ws - npm run test -ws - npm run coverage