diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4ecf96560d4b17a97566a47fa3f691b55f96566..0bcdaf96b94420908e592b04f1371dfe299ef6a7 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 texlive + - apk update && apk --no-cache add git doxygen graphviz ttf-freefont texmf-dist texlive 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 -