Update .gitlab-ci.yml file

This commit is contained in:
Simon Little 2026-04-03 22:36:38 +00:00
parent 80786c4965
commit 55f4f6382c

View file

@ -15,7 +15,7 @@ stages:
test: 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 sync - uv sync --frozen
- python unittests.py - python unittests.py
# Test # Test