Update .gitlab-ci.yml file
This commit is contained in:
parent
19eef4b4ba
commit
97ad876ca4
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
image: python:3.9.5-slim
|
||||
|
||||
before_script:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
latest:
|
||||
script:
|
||||
- cd src
|
||||
- python main.py
|
Loading…
Reference in a new issue