Corrected path to tests
This commit is contained in:
parent
ae5b253665
commit
33cb1330fe
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ build:
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- ./test/betting_test
|
||||
- ./test/chain_test
|
||||
- ./tests/betting_test
|
||||
- ./tests/chain_test
|
||||
tags:
|
||||
- builder
|
||||
Loading…
Reference in a new issue