How to prevenet Katalon from overwriting the generated test reports?

We are using Katalon studio in console mode to automate our test on a Ubuntu server. Every time we run a test suite collection we are left with the test results for the last executed test suite in the collection. Is there is any way to avoid this?
This is the command we are using to execute our tests

./katalon -noSplash -runMode=console -consoleLog \
-projectPath="$WORKING_DIR/$repoName/${katalonProject}.prj" \
-testSuiteCollectionPath="Test Suites/${katalonTestCollection}" \
-browserType="${katalonBrowser}" \
-reportFolder="$REPORT_FOLDER" \
-summaryReport \
-reportFileName=collection_report.html \
-retryFailedTestCases=true