Set image for lint stage

This commit is contained in:
2021-11-27 22:06:10 -05:00
parent 6b086ca1a9
commit 44cdaeabe0

View File

@@ -25,6 +25,7 @@ before_script:
lint: lint:
stage: lint stage: lint
image: python:3
script: script:
- pip3 install black - pip3 install black
- black --check src/ - black --check src/