From 802cb14935466c8929c5ef0a36e51332f106e929 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Trahay?=
 <francois.trahay@telecom-sudparis.eu>
Date: Fri, 9 Aug 2024 10:39:24 +0200
Subject: [PATCH] fix CI

---
 .gitlab/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab/build.sh b/.gitlab/build.sh
index 5d9c75ba..492fc6d3 100755
--- a/.gitlab/build.sh
+++ b/.gitlab/build.sh
@@ -13,6 +13,7 @@
 ###
 set -ex
 
+PATH=$PATH:$OTF2_DIR/bin
 #
 # Build the project
 #
-- 
GitLab