Update .gitlab-ci.yml

This commit is contained in:
Price Hiller 2021-10-06 11:11:17 +00:00
parent 6e58b6781d
commit ef99b97816

View File

@ -1,7 +1,7 @@
default:
image: python:3.10
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
- build