diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index a17e2dc3..bf90eeaa 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -1,4 +1,4 @@ #!/bin/bash cp .env.example .env -LOCAL_IMAGE_NAME=evmosnodelocal0 npm run test:inband +TEST_CONTAINER_NAME=evmosnodelocal0 npm run test:inband