ci: ensure that dependencies are installed

This commit is contained in:
Karl-Philipp Wulfert
2019-02-18 13:07:04 +01:00
parent 9ade1da6db
commit 33dae87a49

View File

@@ -5,6 +5,9 @@ cache:
paths: paths:
- node_modules - node_modules
before_script:
- npm install
stages: stages:
- build - build
- test - test