From 0f4a8537b14897ee6f71e411ff5398aa8a110089 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 26 Feb 2020 19:38:10 +0100
Subject: [PATCH] Fix path argument

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79ac048..bef6df8 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:
-- 
GitLab