Corrected path to tests
This commit is contained in:
parent
3cd6473dd6
commit
ae5b253665
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
Loading…
Reference in a new issue