From af3b5f3c5d289820ef5e54921b8546b2dba89e5d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 12:00:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5008fd..d030aec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: python/python:3.9-alpine + image: python:3.9 before_script: - apk add build-base - apk add --no-cache postgresql-libs