Update .gitlab-ci.yml file

This commit is contained in:
Mylloon 2021-07-27 20:41:23 +00:00
parent 97ad876ca4
commit ac5f108e00

View file

@ -1,9 +1,7 @@
image: python:3.9.5-slim
before_script:
- pip install -r requirements.txt
latest:
image: python:3.9.5-slim
stage: build
script:
- pip install -r requirements.txt
- cd src
- python main.py
- python main.py