Skip to content
Snippets Groups Projects
Commit 234a4f4d authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Use npm ci in CI

parent b9cbb8a4
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,8 @@ stages:
- test
- build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
before_script:
- npm install --no-progress
- npm ci
frontend-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