Run python e2e tests

This commit is contained in:
Milos Milosevic 2023-03-13 09:50:00 +01:00
parent c421453621
commit 345d9b16ca

View file

@ -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: