Autotest is off however docker-hub keeps running my docker-compose.test.yml, how to disable?

Hello,

I have a docker-compose.test.yml file at the root directory of my project, that I use locally.
When I push to dockerhub, I see in the builds that docker-compose.test.yml is being run.

I have autotests off

How do I disable it?

In my logs…

building docker-compose.test.yml (1)

Docker version 19.03.8, build afacb8b

Thanks

Hi, were you able to solve this somehow?

I’m in a similar situation, however my yml file is named “docker-compose-test.yml” (notice the dash instead of the dot before “test”), autotest is off, but the tests are still running (and failing due to the testing setup not being properly done)