Update .gitlab-ci.yml file

This commit is contained in:
Simon Little 2026-04-03 23:58:56 +00:00
parent 11571f90ec
commit 85ed023f80

View file

@ -25,6 +25,8 @@ test:
- source .venv/bin/activate - source .venv/bin/activate
- python unittests.py - python unittests.py
pubish: pubish:
needs:
- test
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
script: script:
- uv build - uv build