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