Use https instead of SSH

This commit is contained in:
Milos Milosevic 2023-03-13 11:45:25 +01:00
parent 345d9b16ca
commit efe2be53ed

View file

@ -66,7 +66,7 @@ test-e2e:
dependencies: dependencies:
- build-testnet - build-testnet
script: script:
- git clone git@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 - peerplays-utils/peerplays-qa-environment/e2e-tests/main.py --start all
tags: tags:
- builder - builder