serializer/.gitlab-ci.yml

12 lines
123 B
YAML
Raw Normal View History

2019-09-16 16:28:06 +00:00
image: node:latest
cache:
paths:
- node_modules/
test:
2019-09-25 21:18:40 +00:00
before_script:
- npm install
2019-09-16 16:28:06 +00:00
script:
- npm test