mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-14 02:16:22 +01:00
12 lines
No EOL
141 B
YAML
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 |