Why Lose some suite report when execute suite collection in console mode?

Hi Gerard,
I am using Katalon Docker as follows:
docker run -v “/home/circleci/project/Katalon”:/katalon/katalon/source:ro -v “/home/circleci/project/report”:/katalon/katalon/report -e KATALON_OPTS=’-browserType=“Chrome (headless)” -retry=0 -statusDelay=150 -reportName=“Reports” -testSuiteCollectionPath=“Test Suites/Executable Suites/All/SuperSet/CircleCI/AllTests” ’ katalonstudio/katalon:latest

docker cp might work although it is sometime since I have used it. Will investigate later when time permits.

Best,
Nanda