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:
|
timeout:
|
||||||
3h
|
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:
|
build-testnet:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue