From 85ed023f80bd06a3c9cb871e428628c9ac5ed60a Mon Sep 17 00:00:00 2001 From: Simon Little Date: Fri, 3 Apr 2026 23:58:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcffcc3..74c1358 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,8 @@ test: - source .venv/bin/activate - python unittests.py pubish: + needs: + - test image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER script: - uv build