1
0
Fork 0
spacetac/.gitlab-ci.yml

12 lines
123 B
YAML
Raw Normal View History

2019-11-21 22:14:27 +00:00
image: node:latest
cache:
paths:
- node_modules/
test:
before_script:
- npm install
script:
- npm test