From 7578440f133076666611f8fa0e44001707ea4821 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire?= <gregoire.kubler@proton.me>
Date: Thu, 21 Nov 2024 11:21:38 +0100
Subject: [PATCH] chore : removed old useless env var

---
 .gitlab/ci/release/pip.gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab/ci/release/pip.gitlab-ci.yml b/.gitlab/ci/release/pip.gitlab-ci.yml
index 50cff3c..ef3fd39 100644
--- a/.gitlab/ci/release/pip.gitlab-ci.yml
+++ b/.gitlab/ci/release/pip.gitlab-ci.yml
@@ -8,8 +8,6 @@ release:pip:ubuntu:
   needs: 
     - build:ubuntu_python
     - test:ubuntu_python
-  variables:
-    TEST_PATH: temp_src/$CI_PROJECT_NAME/unit_tests
 
   before_script:
     - apt-get update -q
-- 
GitLab