From 2d7abbc6db709fea75a60cb5764c8fade40f77be Mon Sep 17 00:00:00 2001
From: Matthieu Boileau <matthieu.boileau@math.unistra.fr>
Date: Fri, 24 Nov 2017 17:49:14 +0100
Subject: [PATCH] Add a test stage to .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98d11ec..3472f79 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,3 +4,10 @@ build_hello:
     - shell
   script:
     - make
+
+test_hello:
+  stage: test
+  tags:
+    - shell
+  script:
+    - make test
-- 
GitLab