using arftifacts instead of cache

This commit is contained in:
Filip Bucek 2019-11-08 16:09:40 +01:00
parent f1cfd62abd
commit 2a44cdf777

View File

@ -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