image: xldrkp/pandoc:latest build: before_script: - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@collaborating.tuhh.de/hos/modernes-publizieren/offen/software/konfigurationen/buchprojekt.wiki.git script: - ls -la - cd buchprojekt.wiki - ls -la - pandoc --version - pandoc --filter pandoc-citeproc ../.pandoc-config.yml einleitung.md hintergrund.md fazit.md referenzen.md -o ../buch.pdf artifacts: paths: - "*.pdf"