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