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