diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79ac0485f814e105215136fc1a5ad90607d9b8b1..bef6df8ccb78bb66d5770db995a5a6388f578bcc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,7 +56,7 @@ test-jpp-12.1.0:
     script:
         - *virtualenv_definition
         - mkdir -p pdfs
-        - JMakePDF.sh -W pdfs/ -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
+        - JMakePDF.sh -W pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
         - pip install -U pytest
         - pytest
     cache:
@@ -69,7 +69,7 @@ test-jpp-latest:
     script:
         - *virtualenv_definition
         - mkdir -p pdfs
-        - JMakePDF.sh -W pdfs/ -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
+        - JMakePDF.sh -W pdfs -w http://pi1139.physik.uni-erlangen.de/data/latest/ -C
         - pip install -U pytest
         - pytest
     cache: