Running Katalon Studio Tests using Circle CI

Hello all,

I am very new to Katalon. I used CircleCI to run the protractor tests on a schedule in their cloud (not after building the application, just Regression tests) and also to run smoke tests in CI after each build. I am looking for some guidance on how we can do the same with tests developed using Katalon. Is there any example .yml file for me to follow?
I see the documentation to run using GitLab and Jenkins, any help regarding CircleCI is much appreciated.
Here is an example for Selenium on Circle CI site: Browser Testing - CircleCI
Thanks a lot!
Jag

I find docker image and circleci.yml - I believe this should help me, I will post when I successfully use this.