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:
|
||||
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
|
||||
- cd peerplays-utils/peerplays-qa-environment/e2e-tests/
|
||||
- pip install -r
|
||||
- pip install -r requirements.txt
|
||||
- ./main.py --start all
|
||||
tags:
|
||||
- python-tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue