mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2025-03-21 12:38:49 +01:00
13 lines
No EOL
230 B
YAML
13 lines
No EOL
230 B
YAML
image: "python:3.6-stretch"
|
|
stages: [ install, deploy ]
|
|
|
|
requirements:
|
|
stage: install
|
|
script:
|
|
- pip install -r requirements.txt
|
|
|
|
test:
|
|
stage: deploy
|
|
script:
|
|
- pip install -r requirements.txt
|
|
- python -m Nepgear |