chg apk for apt

This commit is contained in:
Grégory Lebreton 2023-01-02 23:23:49 +01:00
parent 58bac4119e
commit 59de3948fc

View File

@ -2,7 +2,7 @@
image: python:3.9.16-slim-bullseye
before_script:
- apk update && apk add git
- apt update && apt install git
- pip install -r requirements.txt
test: