diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d2f842..cb3c259 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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