diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-02-24 13:34:53 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-02-24 13:34:53 +0100 |
commit | d1a63ede3722e134058ba54cf671635e1bd56729 (patch) | |
tree | 014620fe21bd6131095f80003f8e46796695078f /.gitlab-ci.yml | |
parent | 6e789958a0b63938c43ffd3ac0de61956f7c678a (diff) |
Fix pipeline
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4affde7..5b5e5a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,15 +10,15 @@ build: - pandoc --version - pandoc --filter pandoc-citeproc ../.pandoc-config.yml - 1/a_tipps.md - 1/b_tipps.md - 1/c_tipps.md - 1/d_tipps.md - 1/e_tipps.md - 1/f_tipps.md - 1/g_tipps.md - 1/h_tipps.md - 1/i_tipps.md + ./1/a_tipps.md + ./1/b_tipps.md + ./1/c_tipps.md + ./1/d_tipps.md + ./1/e_tipps.md + ./1/f_tipps.md + ./1/g_tipps.md + ./1/h_tipps.md + ./1/i_tipps.md -o ../77-tipps.pdf artifacts: paths: |