diff --git a/fendermint/testing/scripts/common.toml b/fendermint/testing/scripts/common.toml index f680d8563..64a2dcc07 100644 --- a/fendermint/testing/scripts/common.toml +++ b/fendermint/testing/scripts/common.toml @@ -11,10 +11,10 @@ # cargo make teardown extend = [ - { path = "../../../infra/scripts/docker.toml" }, - { path = "../../../infra/scripts/cometbft.toml" }, - { path = "../../../infra/scripts/ethapi.toml" }, - { path = "../../../infra/scripts/fendermint.toml" }, + { path = "../../../infra/fendermint/scripts/docker.toml" }, + { path = "../../../infra/fendermint/scripts/cometbft.toml" }, + { path = "../../../infra/fendermint/scripts/ethapi.toml" }, + { path = "../../../infra/fendermint/scripts/fendermint.toml" }, { path = "./fendermint.toml" }, ]