Update .gitlab-ci.yml

This commit is contained in:
Kevin R
2020-09-10 00:27:49 +02:00
parent 73d330655a
commit 2ac158ca88

View File

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