Changed using cache to artifacts in CI

This commit is contained in:
Roshan Syed 2019-09-05 15:50:56 -03:00
parent dfb9fc3953
commit 8afcb82774

View file

@ -8,16 +8,15 @@ build:
- git submodule update --init --recursive
- cmake .
- make -j$(nproc)
cache:
paths:
- libraries/
- programs/
- test/
artifacts:
untracked: true
tags:
- builder
test:
stage: test
dependencies:
- build
script:
- ./tests/betting_test
- ./tests/chain_test