Update .gitlab-ci.yml
This commit is contained in:
parent
6e58b6781d
commit
ef99b97816
@ -1,7 +1,7 @@
|
|||||||
default:
|
default:
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
before_script:
|
before_script:
|
||||||
- pip install -r requirements.txt
|
- python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- build
|
- build
|
||||||
|
Loading…
Reference in New Issue
Block a user