Skip to content
Snippets Groups Projects
Commit 278e7471 authored by mathias.chouet's avatar mathias.chouet
Browse files

Update CI script

parent 69ec2951
No related branches found
No related tags found
No related merge requests found
Pipeline #138057 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment