Used to receive push events from Gitlab to trigger pipeline runs.
Build the server:
run build
Run the server:
./gitlab-webhook
Start an ngrok tunnel in another terminal window:
ngrok http 9090
Make 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.