ci: use npm install instead of ci

This commit is contained in:
Karl-Philipp Wulfert
2018-12-18 22:15:29 +01:00
parent 0c368eeba6
commit b623f1cb3b

View File

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