Run Katalon test and get stuck on Linux Server with Proxy needed

I try to run a Test on linux server with the next:

katalon -noSplash -runMode=console -consoleLog -projectPath=“routeAbsolute” -retry=0 -testSuitePath=“routeRelative” -browserType=“Firefox (headless)” -email=“validUser” -password=“validPassword” --config -proxy.option=MANUAL_CONFIG -proxy.server.type=HTTPS -proxy.server.address=“serverAddress” -proxy.server.port=“port” -proxy.username=“validProxyUser” -proxy.password=“validProxyPass”

And test get stuck…

If I go to the “/srv/config/.metadata/.log” appears the next:

katalon.versionNumber=5.4.1

katalon.buildNumber=1

I get the same result if I introduce a no valid account. Then it seems the proxy is not working properly.

Do you know a way to detect if the katalon has success on a validation account?

Or a way to check if the --config parameters are well introduced?