gitlab-runner: Add preStop hook to unregister all runners
Use a preStop hook to unregister the runner before terminating the Pod.
https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/
Possibly a sufficient fix for #113. We still get a new pod name, but at least the old ones are getting deleted now