From 59e3c80ebe2f1ec2bf8c0e00fb43710438915914 Mon Sep 17 00:00:00 2001 From: pzurek Date: Mon, 28 Feb 2022 08:53:28 +0100 Subject: [PATCH] Investigate Travis failure --- e2e-test/helpers/start-alfresco.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-test/helpers/start-alfresco.sh b/e2e-test/helpers/start-alfresco.sh index 7ad2c75ac..2b5b799b6 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 -d --build --force-recreate +docker-compose up --build --force-recreate $SCRIPT_DIR/wait-service-to-start.sh