diff --git a/e2e-test/helpers/start-alfresco.sh b/e2e-test/helpers/start-alfresco.sh index f9b83f6d2..739a05586 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