From 29e0449ff40af2a467d6a97c5ae4b35a827b9088 Mon Sep 17 00:00:00 2001 From: Simon Little Date: Wed, 1 Apr 2026 20:49:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9b8c1e..52a57d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ stages: - test test: - image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER script: - uv sync - python unittests.py