Add pip install

This commit is contained in:
Milos Milosevic 2023-03-13 13:17:57 +01:00
parent efe2be53ed
commit 679011c89b

View file

@ -67,7 +67,9 @@ test-e2e:
- build-testnet - build-testnet
script: script:
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git - git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
- peerplays-utils/peerplays-qa-environment/e2e-tests/main.py --start all - cd peerplays-utils/peerplays-qa-environment/e2e-tests/
- pip install -r
- ./main.py --start all
tags: tags:
- builder - builder