Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -46,7 +46,8 @@ public class ContainerTestSuite { |
46 | 46 | testContainer = new DockerComposeContainer( |
47 | 47 | new File("./../../docker/docker-compose.yml"), |
48 | 48 | new File("./../../docker/docker-compose.postgres.yml"), |
49 | - new File("./../../docker/docker-compose.postgres.volumes.yml")) | |
49 | + new File("./../../docker/docker-compose.postgres.volumes.yml"), | |
50 | + new File("./../../docker/docker-compose.kafka.yml")) | |
50 | 51 | .withPull(false) |
51 | 52 | .withLocalCompose(true) |
52 | 53 | .withTailChildContainers(!skipTailChildContainers) | ... | ... |