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
test: test:
image: # image: python313
name: ghcr.io/astral-sh/uv:$UV_VERSION # image:
entrypoint: [""] # name: ghcr.io/astral-sh/uv:$UV_VERSION
# image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER # entrypoint: [""]
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
script: script:
- uv sync --frozen - uv sync --frozen
- uv add requests
- python unittests.py - python unittests.py
# Test # Test