From 44cdaeabe0cf7b0ad6062f3b20071149b4ea177b Mon Sep 17 00:00:00 2001 From: Max Regan Date: Sat, 27 Nov 2021 22:06:10 -0500 Subject: [PATCH] Set image for lint stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f8c3bf..8d68fa0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ before_script: lint: stage: lint + image: python:3 script: - pip3 install black - black --check src/