From ddc993db59ada086428ff829ed1dd56df9ca6578 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 11:59:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bcd57b..a5008fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: python:3.9-alpine + image: python/python:3.9-alpine before_script: - apk add build-base - apk add --no-cache postgresql-libs @@ -32,4 +32,4 @@ build-job: # This job runs in the build stage, which runs first. script: - echo "Attempting to build distribution wheel" - python -m build --wheel - - echo "Wheel successfully built!" \ No newline at end of file + - echo "Wheel successfully built!"