add run command

parent 54b27f85
Pipeline #8497 failed with stage
in 14 seconds
......@@ -6,4 +6,8 @@ before_script:
run:
script:
- pip install -r requirements.txt
\ No newline at end of file
- pip install -r requirements.txt
start:
script:
- python3 main.py
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment