Update .gitlab-ci.yml file

This commit is contained in:
Simon Little 2026-04-03 22:59:49 +00:00
parent 456c030c66
commit f88de521c4

View file

@ -15,8 +15,6 @@ 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 venv
- .venv/bin/activate
- uv sync --frozen - uv sync --frozen
- python unittests.py - python unittests.py