Update .gitlab-ci.yml file

This commit is contained in:
2025-12-05 21:47:12 +01:00
parent aecbc7731a
commit 822626c5f3

View File

@@ -8,7 +8,7 @@ variables:
lint: lint:
stage: lint stage: lint
# image: python:3.12 # image: python:3.12
image: r.sectorq.eu/jaydee/portainer:latest image: r.sectorq.eu/jaydee/portainer:test
# before_script: # before_script:
# - python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit # - python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit
# - export PATH="$PATH:/home/gitlab-runner/.local/bin" # - export PATH="$PATH:/home/gitlab-runner/.local/bin"