From 728766cc86a18ee3024b94842b7253954db9c2be Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Thu, 2 Mar 2017 15:48:35 +0100
Subject: [PATCH] Running make in CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6650c25ce..dbce6fe32 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,6 +62,7 @@ build:centos6.6:
              -DTIFF_INCLUDE_DIR=$EBROOTLIBTIFF/include
              -DTIFF_LIBRARY=$EBROOTLIBTIFF/lib/libtiff.so
              -DOPTIMIZE=1
+  - make
   - echo "... done building on CentOS 6."
 
 # TESTS STAGE
-- 
GitLab