diff --git a/e2e-test/helpers/start-alfresco.sh b/e2e-test/helpers/start-alfresco.sh index 739a05586..f9b83f6d2 100755 --- a/e2e-test/helpers/start-alfresco.sh +++ b/e2e-test/helpers/start-alfresco.sh @@ -15,6 +15,6 @@ export COMPOSE_HTTP_TIMEOUT=120 # Build the images and call docker compose. cd "$DOCKER_RESOURCE_FOLDER" -docker compose up --build --force-recreate & +docker compose up -d --build --force-recreate $SCRIPT_DIR/wait-service-to-start.sh