From 278e7471e634807d6d6917800877d844c66c0a1e Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Tue, 23 Jun 2020 14:00:26 +0200 Subject: [PATCH] Update CI script --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ca69ef40..f9ecf226c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ jalhyd: - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.irstea.fr/cassiopee/jalhyd.git - cd jalhyd - git checkout "$JALHYD_BRANCH" || git checkout master - - npm ci + - npm ci --force - npm run build install: @@ -51,7 +51,7 @@ install: - web script: - rm -rf node_modules - - npm ci + - npm ci --force test: stage: test -- GitLab