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 - deploy
cache: cache:
untracked: true untracked: true
key: "$CI_COMMIT_REF_NAME" key: "$CI_COMMIT_REF_NAME"
paths: paths:
- node_modules/ - node_modules/
setup: setup:
stage: setup stage: setup
script: script:
- npm install - npm install
# test:unit: # test:unit:
# image: node:7.10.0 # image: node:7.10.0