Corrected path to tests

This commit is contained in:
Roshan Syed 2019-09-05 13:26:17 -03:00
parent 3cd6473dd6
commit ae5b253665

View file

@ -14,7 +14,7 @@ build:
test:
stage: test
script:
- ./betting_test
- ./chain_test
- ./test/betting_test
- ./test/chain_test
tags:
- builder