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