Update .gitlab-ci.yml file

This commit is contained in:
Mylloon 2021-07-27 20:24:30 +00:00
parent 19eef4b4ba
commit 97ad876ca4

9
.gitlab-ci.yml Normal file
View 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