From fd9e9f4cf105ed1dad5c9afddfbc75eb0119ad4d Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Fri, 3 Mar 2017 10:38:17 +0100
Subject: [PATCH] Gathering information

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b61884cec..a926c8d1d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,5 +71,7 @@ test:centos6.6:
   image: centos:6.6
   script:
   - echo "Testing on CentOS 6..."
+  - pwd
+  - ls
   - make check
   - echo "... done testing on CentOS 6."
-- 
GitLab