Katalon and Jenkins on cloud - integratoin

Hi all, I know its possible to run Katalon tests on jenkins like in this tutorial : https://docs.katalon.com/katalon-studio/videos/integration_jenkins_ci.html

But what if my jenkins is on cloud, can I somehow integrate it with project that is on github/gitlab? So its becoming completely remote?

@wolczoskar

Please refer to our document to integrate KRE with Jenkins with your Git project:

So its becoming completely remote?

Yes, it is. The tests will be run on the Jenkins machine after pulling your project from Github/Gitlab