NekopoiScrapper/.gitlab-ci.yml
2020-05-11 18:10:36 +00:00

12 lines
No EOL
141 B
YAML

image: node:latest
stages: [ run ]
cache:
paths:
- node_modules/
test:
stage: run
script:
- npm install
- node example.js