From f6419ba489ddcb2a3e8499abca2d002b26aa0083 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Fri, 3 Mar 2017 09:57:17 +0100 Subject: [PATCH] Adding make check --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c5ed7c4e..b61884cec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,5 +71,5 @@ test:centos6.6: image: centos:6.6 script: - echo "Testing on CentOS 6..." - - cat /etc/redhat-release + - make check - echo "... done testing on CentOS 6." -- GitLab