From cddf8e57820ba2daf14d6126e8335b27f9e1bc85 Mon Sep 17 00:00:00 2001 From: Vladislav Kalugin Date: Wed, 6 Sep 2023 19:24:18 +0300 Subject: [PATCH] Fix integration tests --- docker/action-scripts/runClionIntegrationTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/action-scripts/runClionIntegrationTests.sh b/docker/action-scripts/runClionIntegrationTests.sh index 5c8f27b65..bff11f7e7 100644 --- a/docker/action-scripts/runClionIntegrationTests.sh +++ b/docker/action-scripts/runClionIntegrationTests.sh @@ -10,7 +10,7 @@ apt-get install libfreetype6 fontconfig fonts-dejavu -y set -e -./server/build/utbot server > /dev/null 2>&1 & +$UTBOT_ALL/server-install/utbot server > /dev/null 2>&1 & cd clion-plugin ./gradlew test --info --rerun-tasks