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
before_script:
- npm install
- npm ci
stages:
- build