diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index e80d4858..8599ee5e 100755 --- a/scripts/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -12,7 +12,7 @@ cd "$(dirname "$0")" source pull-fabric-images.sh pushd ../src/test/java/fabricSetup/ >/dev/null -docker-compose up --force-recreate -d +docker compose up --force-recreate -d popd >/dev/null && cd .. docker ps -a