NekopoiScrapper/.gitlab-ci.yml
2020-05-11 18:09:23 +00:00

13 lines
No EOL
161 B
YAML

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