Update .gitlab-ci.yml file

This commit is contained in:
Simon Little 2026-04-03 23:13:34 +00:00
parent 3712d52dd5
commit 928af3d438

View file

@ -14,12 +14,14 @@ stages:
- test
test:
image:
name: ghcr.io/astral-sh/uv:$UV_VERSION
entrypoint: [""]
# image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
# image: python313
# image:
# name: ghcr.io/astral-sh/uv:$UV_VERSION
# entrypoint: [""]
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
script:
- uv sync --frozen
- uv add requests
- python unittests.py
# Test