From a6cd3be9fb774fd33da48a99c5ed6ab52131bc17 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 06:26:49 -0500 Subject: [PATCH] Added correct image name :weary: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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