Skip to content
Snippets Groups Projects
Commit f8e02803 authored by Mathias Chouet's avatar Mathias Chouet
Browse files

Gitlab CI: npm install > npm ci

parent a8e59f64
No related branches found
No related tags found
No related merge requests found
Pipeline #137856 passed
......@@ -38,7 +38,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 install
- npm ci
- npm run build
install:
......@@ -50,7 +50,7 @@ install:
- web
script:
- rm -rf node_modules
- npm install
- npm ci
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