From f0f13c29b344d7cf1b2adb26d54f5f6e31465daf Mon Sep 17 00:00:00 2001
From: Millian Poquet <millian.poquet@irit.fr>
Date: Sun, 13 Nov 2022 21:36:15 +0100
Subject: [PATCH] ci: fix debian PATH

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01511bf..9ac3ae2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,8 +32,7 @@ debian:
     # Run integration tests (simgrid simulator VS c++ client)
     - test/simulator-cpp-client.sh
     # Run integration tests (simgrid simulator VS python client)
-    - find / -name 'client-py' 2>/dev/null
-    - PATH="${PATH}:${HOME}/.local/bin" test/simulator-py-client.sh
+    - PATH="${PATH}:/usr/local/bin" test/simulator-py-client.sh
 
 nix:
   stage: unique_stage
-- 
GitLab