.gitlab-ci.yml.disabled 396 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
# This file is a template, and might need editing before it works on your project.
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image: node:8
canterafonsj's avatar
canterafonsj committed

# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
  paths:
  - node_modules/

canterafonsj's avatar
canterafonsj committed
all_tests:
canterafonsj's avatar
canterafonsj committed
  script:
   - npm install
   - npm test