diff --git a/test/run_dbt_tests.sh b/test/run_dbt_tests.sh index 88971cf8..8202c258 100755 --- a/test/run_dbt_tests.sh +++ b/test/run_dbt_tests.sh @@ -1,4 +1,4 @@ -docker-compose up -d postgres +docker compose up -d postgres # Give PostgreSQL some time to start up echo "Waiting for PostgreSQL to be ready..."