From 37d9eb76708dc1e76420b4a1a2a3d6c7c61c6bcc Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 2 Aug 2018 19:41:18 +0000 Subject: [PATCH] Fix artifacts issue. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c99012..4e7a537 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ preparation-flatpak: artifacts: untracked: true paths: - - /tmp/matrique-repo + - /tmp/matrique-repo/ build-native: image: rabits/qt:5.11-desktop @@ -42,7 +42,7 @@ build-flatpak: artifacts: untracked: true paths: - - /tmp/matrique-repo + - /tmp/matrique-repo/ deploy-flatpak: image: fedora:latest