From 9f274e728d43b19520961466dd2edc440b9cdcb4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 06:23:19 -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 7986fc9..bd1f7f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: python:3.10-alphine3.14 + image: python:3.10-alpine3.14 before_script: - apk add --no-cache postgresql-libs - apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev