docker login still needed
This commit is contained in:
parent
0f375777c2
commit
1b61016693
1 changed files with 3 additions and 0 deletions
|
|
@ -123,6 +123,9 @@ test-e2e:
|
||||||
stage: python-test
|
stage: python-test
|
||||||
variables:
|
variables:
|
||||||
IMAGE: registry.gitlab.com/pbsa/peerplays/mainnet/feature-python-e2e-tests:943e02cdcd9fb8a90137851635b998cf1b4f622c
|
IMAGE: registry.gitlab.com/pbsa/peerplays/mainnet/feature-python-e2e-tests:943e02cdcd9fb8a90137851635b998cf1b4f622c
|
||||||
|
before_script:
|
||||||
|
- docker info
|
||||||
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
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
|
- cd peerplays-utils/peerplays-qa-environment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue