From fc6b430623034d7552175567e2f3ea25c3b918f8 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Thu, 3 Sep 2020 12:35:25 +0000
Subject: [PATCH] Update .gitlab-ci.yml Removed debug ls

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ef23a5bf..0b9fb3680 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,16 @@
-image: pandoc/latex:latest
+image:
+  name: pandoc/latex
+  entrypoint: [""]
 
 Documentation:
+  tags:
+    - docker
+  only:
+    changes:
+      - documentation/design/*.md
   script:
     - cd documentation/design
     - pandoc --filter pandoc-citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o documentation.pdf
-    - ls
   artifacts:
     paths:
       - documentation/design/documentation.pdf
\ No newline at end of file
-- 
GitLab