From dd5a73cb96701e31493ee8de9bfe3b5f07e92a11 Mon Sep 17 00:00:00 2001
From: Robin Oppermann <robinopp@mail.uni-paderborn.de>
Date: Thu, 26 Jan 2017 23:02:32 +0100
Subject: [PATCH] Add folders needed for execution into build artifacts

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 729ff710..e0eaebc7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,6 +54,12 @@ build:
     paths:
     - lib/
     - target/
+    - data/
+    - ee/
+    - example_settings/
+    - reports/
+    - toolkit/
+    - wdm_settings/
   allow_failure: false
 
 # Use the generated build output to run the tests.
-- 
GitLab