From 688bb4cef19ed48e537bf5e118b5cf5b6e78d547 Mon Sep 17 00:00:00 2001 From: Robin Oppermann <robinopp@mail.uni-paderborn.de> Date: Thu, 26 Jan 2017 23:10:23 +0100 Subject: [PATCH] Add scripts, settings and info files --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0eaebc7..efeeb284 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,9 +57,17 @@ build: - data/ - ee/ - example_settings/ - - reports/ - toolkit/ - wdm_settings/ + - one.bat + - one.sh + - LICENSE.txt + - README.md + - README.txt + - default_settings + - CONTRIBUTING.md + - HISTORY.txt + allow_failure: false # Use the generated build output to run the tests. -- GitLab