chg .gitlab-ci.yml back to origin

This commit is contained in:
Grégory Lebreton 2023-01-02 23:27:30 +01:00
parent b75bed3c13
commit 16168287e5

View File

@ -1,8 +1,7 @@
#image: python:3.9.2-alpine image: python:3.9.2-alpine
image: python:3.9.16-slim-bullseye
before_script: before_script:
- apt update -y && apt install git -y - apk update && apk add git
- pip install -r requirements.txt - pip install -r requirements.txt
test: test: