Fix indentation

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