diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9eaa0ab..eb3a466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: python:3.9 + image: python:3.9-alpine before_script: - apk add build-base - apk add --no-cache postgresql-libs