Docker - Gatling report not get generated if there is an assertion fail ( e.g. < 500ms)

Have you come across situation where “Gatling report not get generated if there is an assertion failure” in docker.

when i forcefully make all assertions to pass it generated the report in ecs docker container.

i heard it similar to maven build also, if there is an assertion failure it failed the build.

do we have any workaround to generate the report even there is an assertion fail