GIT job is not completing more that 30 mins (Job #130537668 triggered 30 minutes ago by Latcham App

unning with gitlab-runner 11.5.0 (3afdaba6)

on apitestrunner 911419ba

Using Shell executor…

Running on ANB-DT027…

Fetching changes…

Removing config/

HEAD is now at 960f8f1 Update .gitlab-ci.yml

From https://gitlab.com/Priya-anb/etrackplusapitesting

960f8f1…8033492 master → origin/master

Checking out 80334924 as master…

Skipping Git submodules setup

$ katalon - noSplash - runMode=console - consoleLog - projectPath=“C:\Users\latcham\git\etrackplusapitesting.proj” - retry=0 - testSuitePath=“Test Suites/API” - executionProfile=“default” - browserType=“Chrome ^(headless^)”

Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecified

161 2.4.7.xx-201611170128-e46 = STARTING

Request sent successfully.

I guess your execution of katalon has already finished, but all messages to console disappered; you do not see any message, so you thought it is still running … over 30 minutes.

You have specified this

- consoleLog

to katalon. Specifying -consoleLog option makes katalon to redirect console messages into a window. CI server can not see the content of the new window.

Just erase -consoleLog option and retry. You would see some messages in the log captured by CI server