functional/.gitlab-ci.yml

12 lines
123 B
YAML
Raw Normal View History

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