From 57560a6394501e62c2d89c7f61fbd44930c1e954 Mon Sep 17 00:00:00 2001
From: Sebastian Oberschwendtner <sebastian.oberschwendtner@tum.de>
Date: Thu, 26 Oct 2023 09:22:06 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc45c8b..b07d331 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ doxygen:
   tags:
     - documentation
   before_script:
-    - apk update && apk --no-cache add git doxygen graphviz ttf-freefont texmf-dist texmf-dist-latexextra texmf-dist-langgreek texlive texlive-luatex
+    - apk update && apk --no-cache add git doxygen graphviz ttf-freefont ghostscript texmf-dist texmf-dist-latexextra texmf-dist-langgreek texlive texlive-luatex
   script:
     - git clone -b feature-aircraftGeometry2 --recurse-submodules https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries
     - cd libraries/aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/modules/" ) | doxygen -
-- 
GitLab