Update .gitlab-ci.yml file

This commit is contained in:
2025-12-02 21:35:11 +01:00
parent 39fb6a1366
commit 8e899ce382

View File

@@ -14,6 +14,7 @@ lint:
- flake8 .
- black --check .
- pylint portainer.py
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp
build-job: # This job runs in the build stage, which runs first.
stage: build