NekopoiScrapper/.gitlab-ci.yml

12 lines
141 B
YAML
Raw Normal View History

2020-05-11 20:09:23 +02:00
image: node:latest
2020-05-11 20:10:36 +02:00
stages: [ run ]
2020-05-11 20:09:23 +02:00
cache:
paths:
- node_modules/
test:
stage: run
script:
- npm install
- node example.js