WS.sendRequest calls default verification of Request Object

Hi all,
Recently we configured the execution of our tests on Jenkins with a command:
katalonc.sh -noSplash -runMode=console -retry=0 -apiKey=%API_KEY% -projectPath=/home/jenkins/workspace/katalon-docker/sw-autotests-katalon.prj -testSuiteCollectionPath=Test Suites/Merchants/IPM/IPM -executionProfile=cd2new -browserType=Web Service

When we run it almost all our tests fail cause the default verification code written in ‘Verification’ tab of Request Object is called:

This verification code shouldn’t be executed cause we use WS.sendRequest, but not WS.sendRequestAndVerify:

Please note that we don’t have such issues with local execution of our TCs.
Thank you in advance for any help.