From 46155dfcc773a98d94c54dc2afbc8c2f843da610 Mon Sep 17 00:00:00 2001
From: Millian Poquet <millian.poquet@irit.fr>
Date: Sun, 13 Nov 2022 21:27:04 +0100
Subject: [PATCH] debian ci: hack PATH

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c70ba16..e72f29c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ debian:
     # Run integration tests (simgrid simulator VS c++ client)
     - test/simulator-cpp-client.sh
     # Run integration tests (simgrid simulator VS python client)
-    - test/simulator-py-client.sh
+    - PATH="${PATH}:${HOME}/.local/bin" test/simulator-py-client.sh
 
 nix:
   stage: unique_stage
-- 
GitLab