ci: Use full images on Python jobs

This commit is contained in:
Eduardo Almeida
2023-12-13 13:11:47 +00:00
parent 71c5c37999
commit 5a5ab62b4d

View File

@@ -136,7 +136,6 @@ cmake-format:
# Check Python format
.python-format:
stage: .pre
image: python:slim
before_script:
- pip install black isort
script:
@@ -146,8 +145,8 @@ cmake-format:
python-format-latest:
extends: .python-format
image: python:slim
image: python:latest
python-format-3.6:
extends: .python-format
image: python:3.6-slim
image: python:3.6