storage/.gitlab-ci.yml

12 lines
123 B
YAML

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