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