Corrected path to tests

This commit is contained in:
Roshan Syed 2019-09-05 13:48:18 -03:00
parent ae5b253665
commit 33cb1330fe

View file

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