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: test:
stage: test stage: test
script: script:
- ./betting_test - ./test/betting_test
- ./chain_test - ./test/chain_test
tags: tags:
- builder - builder