From 751ff1a41e4d38450d01b17f199ec6f72ec1f1f7 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 10 Apr 2025 14:28:39 +0200 Subject: [PATCH] ci/va: Add /va/bin to PATH for test-video container The test-video container requires /va/bin to be in the PATH to locate necessary binaries. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/gtest-runner.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/gtest-runner.sh b/.gitlab-ci/gtest-runner.sh index b55e581a341..0a55446c96f 100755 --- a/.gitlab-ci/gtest-runner.sh +++ b/.gitlab-ci/gtest-runner.sh @@ -8,6 +8,8 @@ set -ex INSTALL=$PWD/install +export PATH=/va/bin:$PATH + # Set up the driver environment. export LD_LIBRARY_PATH=$INSTALL/lib/