From 740e34646989f94650d0f4fe21e7e03c5502278f Mon Sep 17 00:00:00 2001 From: Laurent GAY Date: Thu, 5 Jun 2025 17:13:31 +0200 Subject: [PATCH] CI for test frontend --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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