diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9305dcb..d934fda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: python:3.10-alpine + image: python:3.9-alpine before_script: - apk add --no-cache postgresql-libs - apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev