7 lines
No EOL
131 B
YAML
7 lines
No EOL
131 B
YAML
latest:
|
|
image: python:3.9.5-slim
|
|
stage: build
|
|
script:
|
|
- pip install -r requirements.txt
|
|
- cd src
|
|
- python main.py |