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