From c390ab84572660a441c3dd89f4fe0932e590545c Mon Sep 17 00:00:00 2001
From: "raphael.bach" <raphael.bach@etu.hesge.ch>
Date: Wed, 23 Jan 2019 19:39:28 +0100
Subject: [PATCH] Add test_md5 job in .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8959fde..c578f59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,3 +13,8 @@ img2sparse:
     stage: build
     script:
         - make img2sparse
+
+test_md5:
+    stage: test
+    script:
+        - make tests
-- 
GitLab