Used to receive push events from Gitlab to trigger pipeline runs.
Build the server:
run buildRun the server:
./gitlab-webhookStart an ngrok tunnel in another terminal window:
ngrok http 9090Make sure the integration in your test project is configured to point at the ngrok HTTP url and that SSL verification is disabled. For more info see the docs.