From 035c7261f0393fcc43c0fa02a76c436c5001bd51 Mon Sep 17 00:00:00 2001 From: "raphael.bach" <raphael.bach@etu.hesge.ch> Date: Wed, 23 Jan 2019 19:48:14 +0100 Subject: [PATCH] Fuck this --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c578f59..e00a2e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,11 +8,17 @@ sparse2img: stage: build script: - make sparse2img + artifacts: + paths: + - img/sparse2img.out img2sparse: stage: build script: - make img2sparse + artifacts: + paths: + - img/sparse2img.out test_md5: stage: test -- GitLab