From 2a44cdf777b15cafbdffcf75ea1f6c3aa03fb692 Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Fri, 8 Nov 2019 16:09:40 +0100 Subject: [PATCH] using arftifacts instead of cache --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f9d5ef..66c1b25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,9 +20,9 @@ build: - cd build - qmake ../colnod-connector.pro - make -j4 -cache: - paths: - - build # this path will be cached for next stages + artifacts: + paths: + - build # ######## # Test