functional/.gitlab-ci.yml
2019-09-22 23:05:33 +02:00

10 lines
111 B
YAML

image: node:latest
cache:
paths:
- node_modules/
test:
before_script: npm install
script: npm test