From 7e7002457ead23d9ed26ac14aa13fbc238f55f1a Mon Sep 17 00:00:00 2001
From: Sebastian Oberschwendtner <sebastian.oberschwendtner@tum.de>
Date: Tue, 5 Sep 2023 10:06:39 +0200
Subject: [PATCH] Update .gitlab-ci.yml file to use LLS runner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3df5b13..402b16c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ image: python:latest
 pages:
   stage: deploy
   tags:
+    - LLS
     - documentation
   script:
     - pip install mkdocs-material
-- 
GitLab