Update .gitlab-ci.yml

This commit is contained in:
Grégory Lebreton 2023-02-11 03:50:29 +00:00
parent fb7547bbb9
commit ceadf74fd7

View File

@ -1,7 +1,6 @@
image: python:3.9.2-alpine
image: python:3.8-buster
before_script:
- apk update && apk add git
- pip install -r requirements.txt
test: