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