From 918b42d1cad01534cb70a8ba5a23e431c66c4fb3 Mon Sep 17 00:00:00 2001
From: Alfin Johny <alfin.johny@tum.de>
Date: Tue, 7 Jan 2025 10:11:51 +0100
Subject: [PATCH] Fix CI issues

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02e99e0..606fb1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ pages:
     - documentation  # Label for the job to be picked up by appropriate runners
   before_script:
     # Install pipenv to manage Python dependencies
-    - apk update && apk --no-cache add doxygen graphviz
+    - apk update && apk --no-cache add graphviz
     - pip install pipenv
     - pipenv install  # Install the dependencies from the Pipfile
     - pipenv run pip install mkdoxy  # Install the mkdoxy plugin if needed
-- 
GitLab