From 5116db72ae6090998a4d2a67bb8bd8cb4eaa96db Mon Sep 17 00:00:00 2001
From: Matthieu Boileau <matthieu.boileau@math.unistra.fr>
Date: Mon, 20 Nov 2017 23:56:41 +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