Run python e2e tests
This commit is contained in:
parent
c421453621
commit
345d9b16ca
1 changed files with 10 additions and 0 deletions
|
|
@ -61,6 +61,16 @@ dockerize-mainnet:
|
|||
timeout:
|
||||
3h
|
||||
|
||||
test-e2e:
|
||||
stage: test
|
||||
dependencies:
|
||||
- build-testnet
|
||||
script:
|
||||
- git clone git@gitlab.com:PBSA/tools-libs/peerplays-utils.git
|
||||
- peerplays-utils/peerplays-qa-environment/e2e-tests/main.py --start all
|
||||
tags:
|
||||
- builder
|
||||
|
||||
build-testnet:
|
||||
stage: build
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue