Fix missing image

This commit is contained in:
Aarni Halinen
2018-07-25 11:53:57 +03:00
parent 00a429e91f
commit c9ed52f4d1
+7 -2
View File
@@ -1,3 +1,6 @@
# image: node:7.10.0
stages:
- setup
# - test
@@ -6,15 +9,17 @@ stages:
- deploy
cache:
untracked: true
key: "$CI_COMMIT_REF_NAME"
paths:
- node_modules/
setup:
image: node:7.10.0
stage: setup
script:
- npm install
artifacts:
paths:
- node_modules/
# test:unit:
# image: node:7.10.0