From dfcb68bf33a5133541fbcec93e4c630511f6742d Mon Sep 17 00:00:00 2001
From: Christian Rohlfing <rohlfing@ient.rwth-aachen.de>
Date: Tue, 27 Apr 2021 07:56:16 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb3954c..130c15e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,6 @@ build:
 test:
   stage: test
   script:
-  - mkdir out
   - docker run --name examscan --rm -v $(pwd):$(pwd) -w $(pwd) ${CI_REGISTRY_IMAGE}:latest watermark.py --i pdfs --o out
   artifacts:
     paths:
-- 
GitLab