Skip to content

Commit cac5c6c

Browse files
authored
Fix integration tests (#635)
1 parent 2a1d2ed commit cac5c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/action-scripts/runClionIntegrationTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apt-get install libfreetype6 fontconfig fonts-dejavu -y
1010

1111
set -e
1212

13-
./server/build/utbot server > /dev/null 2>&1 &
13+
$UTBOT_ALL/server-install/utbot server > /dev/null 2>&1 &
1414

1515
cd clion-plugin
1616
./gradlew test --info --rerun-tasks

0 commit comments

Comments
 (0)