functional/.gitlab-ci.yml

10 lines
111 B
YAML
Raw Normal View History

2019-09-22 21:05:33 +00:00
image: node:latest
cache:
paths:
- node_modules/
test:
before_script: npm install
script: npm test