serializer/.gitlab-ci.yml

15 lines
141 B
YAML
Raw Normal View History

2019-09-16 16:28:06 +00:00
image: node:latest
stages:
- test
cache:
paths:
- node_modules/
test:
stage: test
script:
- npm install -D
- npm test