Ok, I’ve found the issue
executorType: machine is the problem. It failes build.
I set executorType: machine in order to use test containers. Following this recommendation:
https://www.testcontainers.org/supported_docker_environment/continuous_integration/circle_ci/
So what can i try next?