Update .gitlab-ci.yml

This commit is contained in:
Kevin R
2020-09-10 00:26:23 +02:00
parent fedc0c4230
commit 73d330655a

View File

@@ -38,6 +38,7 @@ hash rules:
- data/data.min.json
install addon:
image: node:stable
stage: install
script:
- npm install
@@ -51,6 +52,7 @@ install addon:
- node_modules/
test addon:
image: node:stable
stage: test
dependencies:
- install addon