Update .gitlab-ci.yml file - removed dependencies for dockerize testnet

This commit is contained in:
Rily Dunlap 2022-11-09 17:50:43 +00:00
parent f08a36cca2
commit fbbd7c00b9

View file

@ -105,8 +105,6 @@ test-testnet:
dockerize-testnet: dockerize-testnet:
stage: dockerize stage: dockerize
dependencies:
- test-testnet
variables: variables:
IMAGE: $CI_REGISTRY_IMAGE/testnet/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA IMAGE: $CI_REGISTRY_IMAGE/testnet/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
before_script: before_script: