diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bda1955b..779d2237 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,6 +148,17 @@ backend-deploy-and-test-bitcoin_testnet: - blockbook script: ./contrib/scripts/backend-deploy-and-test.sh bitcoin_testnet bitcoin-testnet bitcoin=test testnet3/debug.log +backend-deploy-and-test-zcash_testnet: + stage: backend-deploy-and-test + only: + refs: + - master + changes: + - configs/coins/zcash_testnet.json + tags: + - blockbook + script: ./contrib/scripts/backend-deploy-and-test.sh zcash_testnet zcash-testnet zcash=test testnet3/debug.log + backend-deploy-and-test-ethereum_testnet_ropsten: stage: backend-deploy-and-test only: