diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c6630897..1a4b16da2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -128,10 +128,11 @@ exunit: expire_in: 30 days vitest: + image: node:20 stage: test - needs: - - lint-front before_script: + - export EXITVALUE=0 + - npm ci - npm install --frozen-lockfile script: - npm run coverage