Update .gitlab-ci.yml file - removed dependencies for dockerize testnet
This commit is contained in:
parent
f08a36cca2
commit
fbbd7c00b9
1 changed files with 0 additions and 2 deletions
|
|
@ -105,8 +105,6 @@ test-testnet:
|
|||
|
||||
dockerize-testnet:
|
||||
stage: dockerize
|
||||
dependencies:
|
||||
- test-testnet
|
||||
variables:
|
||||
IMAGE: $CI_REGISTRY_IMAGE/testnet/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue