From 5135f6607af10f96c6cbdc3f0d16ff0faf991b3c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 06:28:03 -0500 Subject: [PATCH] Added correct image name :weary: --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2274cef..ba3175a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ default: - image: python:3.9 + image: python:3.9-alpine before_script: + - apk add build-base - 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