diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24baa97..7986fc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,10 @@ default: - image: python:3.10 + image: python:3.10-alphine3.14 before_script: + - apk add --no-cache postgresql-libs + - apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev - python3 -m pip install -r requirements.txt + - apk --purge del .build-deps stages: # List of stages for jobs, and their order of execution - build