diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e00a2e5762095b25eba4412d25cdc6ec0d6f66a4..a5b47d1a0f2537f4fe2c696e200786311676a699 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