Update .gitlab-ci.yml file - added requirements.txt
This commit is contained in:
parent
09a2017290
commit
6d7a1791b8
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ test-e2e:
|
||||||
script:
|
script:
|
||||||
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
|
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
|
||||||
- cd peerplays-utils/peerplays-qa-environment/e2e-tests/
|
- cd peerplays-utils/peerplays-qa-environment/e2e-tests/
|
||||||
- pip install -r
|
- pip install -r requirements.txt
|
||||||
- ./main.py --start all
|
- ./main.py --start all
|
||||||
tags:
|
tags:
|
||||||
- python-tests
|
- python-tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue