From 928af3d438a8faf236a021a8189a10d46bc74790 Mon Sep 17 00:00:00 2001 From: Simon Little Date: Fri, 3 Apr 2026 23:13:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7971abe..99118a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file