From 9f2651ade1fab20b35d2899a5a57fb6570d04f66 Mon Sep 17 00:00:00 2001
From: Matthieu Boileau <matthieu.boileau@math.unistra.fr>
Date: Mon, 4 Dec 2017 09:55:18 +0100
Subject: [PATCH] Add .gitlab-ci.yml with a build stage

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

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