From 5cca7e8d9c504d44a4ecb2acfcea2f53c99a57ca Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Mon, 22 Nov 2021 13:26:13 +0100 Subject: [PATCH] use correct gh_dir env for zombienet (#4346) --- polkadot/.gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index ff8a4ef34b..4d59156599 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -612,9 +612,7 @@ zombienet-tests-parachains-smoke-test: - job: publish-adder-collator-image variables: - GH_DIR: 'https://github.com/paritytech/polkadot/tree/bernhard-malus-fx-zombienet/zombienet_tests/parachains' - # FIXME: use the master after the merge of the malus pr - # GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/zombienet_tests/parachains' + GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/zombienet_tests/parachains' before_script: - echo "Zombie-net Tests Config" @@ -651,9 +649,7 @@ zombienet-tests-malus-dispute-valid: - job: publish-adder-collator-image variables: - GH_DIR: 'https://github.com/paritytech/polkadot/tree/bernhard-malus-fx-zombienet/node/malus/integrationtests' - # FIXME: use the master after the merge of the malus pr - # GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/node/malus/integrationtests' + GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/node/malus/integrationtests' before_script: - echo "Zombie-net Tests Config"