The docs say that the local CLI is injected in the containers. It is the case, but trying to run circleci build
in a container fails with this error:
I tried adding a setup_remote_docker
step before, but then I have this error: Unexpected environment preparation error: error connecting build-agent to ephemeral network: error connecting build-agent container to ephemeral network: Error response from daemon: No such container: 24f3f0f1945b1e5183bdd0b04e41bd57227ec1bdbeed1b58b47672d249f96f41
Am I missing something, is it even something that is supposed to be possible to do?
For the context: I’m testing a project generator. I’m generating a project then checking that the generated project tests are passing.
Thanks!