ci: use npm ci instead of install

This commit is contained in:
Karl-Philipp Wulfert
2018-12-18 18:14:07 +01:00
parent 1950032519
commit ff3d73cb5e

View File

@@ -7,7 +7,7 @@ cache:
- node_modules - node_modules
before_script: before_script:
- npm install - npm ci
stages: stages:
- build - build