diff --git a/dist/runner.html b/dist/runner.html
index 1df5c64..43d6188 100644
--- a/dist/runner.html
+++ b/dist/runner.html
@@ -115,7 +115,7 @@
link: 'https://gitlab.com/' + job.project.path_with_namespace,
text: job.project.name
},
- runner: job.runner.description
+ runner: job.runner?.description || ''
})
const row = $(fragment, 'tr')