From 00dbbb8d3550bdf66250d556947bfd9e63bda913 Mon Sep 17 00:00:00 2001
From: "raphael.bach" <raphael.bach@etu.hesge.ch>
Date: Wed, 23 Jan 2019 19:50:27 +0100
Subject: [PATCH] I don't like you either CI

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e00a2e5..a5b47d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ sparse2img:
         - make sparse2img
     artifacts:
         paths:
-            - img/sparse2img.out
+            - sparse2img.out
 
 img2sparse:
     stage: build
@@ -18,7 +18,7 @@ img2sparse:
         - make img2sparse
     artifacts:
         paths:
-            - img/sparse2img.out
+            - img2sparse.out
 
 test_md5:
     stage: test
-- 
GitLab