Update .gitlab-ci.yml file

This commit is contained in:
Simon Little 2026-04-03 23:46:54 +00:00
parent 0676953e4b
commit 7e46f89950

View file

@ -21,7 +21,7 @@ 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 --frozen - uv sync --frozen
- uv add requests - source .venv/bin/activate
- python unittests.py - python unittests.py
# Test # Test