From 0dec8c18cffc7b72d1e3a6610a79b87c1b34d689 Mon Sep 17 00:00:00 2001
From: Franz Zieris <zieris@inf.fu-berlin.de>
Date: Wed, 31 Mar 2021 14:33:09 +0200
Subject: [PATCH] no spaces in GitLab CI job name

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40f9a16..ed1290b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 image: danteev/texlive
 
-compile thesis:
+compile-thesis:
   stage: build
   script:
     - latexmk -pdf thesis
-- 
GitLab