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 - data/data.min.json
install addon: install addon:
image: node:stable
stage: install stage: install
script: script:
- npm install - npm install
@@ -51,6 +52,7 @@ install addon:
- node_modules/ - node_modules/
test addon: test addon:
image: node:stable
stage: test stage: test
dependencies: dependencies:
- install addon - install addon