diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a330fdc0..7f8d71b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: