diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml
index b068ac9ab4fceb431e643e6b060e23f4d8f40337..6d7977f2a7f7cd1b84fea1039622e86435f4cb07 100644
--- a/polkadot/.gitlab-ci.yml
+++ b/polkadot/.gitlab-ci.yml
@@ -621,7 +621,7 @@ zombienet-tests-parachains-smoke-test:
     - job:                         publish-adder-collator-image
 
   variables:
-    GH_DIR:                        'https://github.com/paritytech/polkadot/tree/master/zombienet_tests/parachains'
+    GH_DIR:                        'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/parachains'
 
   before_script:
     - echo "Zombie-net Tests Config"
@@ -658,7 +658,7 @@ zombienet-tests-malus-dispute-valid:
     - job:                         publish-adder-collator-image
 
   variables:
-    GH_DIR:                        'https://github.com/paritytech/polkadot/tree/master/node/malus/integrationtests'
+    GH_DIR:                        'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/node/malus/integrationtests'
 
   before_script:
     - echo "Zombie-net Tests Config"
diff --git a/polkadot/node/malus/integrationtests/0001-dispute-valid-block.toml b/polkadot/node/malus/integrationtests/0001-dispute-valid-block.toml
index a1d711cd78dc144e9c791c3d05ad285a3af6cf64..9a4917841d301dcf2ad6263420067d630831fa02 100644
--- a/polkadot/node/malus/integrationtests/0001-dispute-valid-block.toml
+++ b/polkadot/node/malus/integrationtests/0001-dispute-valid-block.toml
@@ -4,7 +4,6 @@ timeout = 1000
 [relaychain]
 default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
 chain = "wococo-local"
-chain_spec_command = "polkadot build-spec --chain wococo-local --disable-default-bootnode --raw > /cfg/wococo-local.json"
 command = "polkadot"
 
   [[relaychain.nodes]]
@@ -23,7 +22,7 @@ command = "polkadot"
   extra_args = [ "--charlie", "-lparachain=debug" ]
 
   [[relaychain.nodes]]
-  name = "david"
+  name = "dave"
   validator = true
   command = "/usr/local/bin/malus dispute-ancestor"
   extra_args = ["--dave", "-lparachain=debug"]
@@ -37,4 +36,4 @@ id = 100
   name = "collator01"
   image = "{{COL_IMAGE}}"
   command = "/usr/local/bin/adder-collator"
-  args = ["-lparachain=debug"]
\ No newline at end of file
+  args = ["-lparachain=debug"]
diff --git a/polkadot/zombienet_tests/parachains/0001-parachains-smoke-test.toml b/polkadot/zombienet_tests/parachains/0001-parachains-smoke-test.toml
index 2b1a9fb0fa596c64646f2298992bf6fd308b8921..43fa65af67e714e73b32779998e73ac5b5fa6862 100644
--- a/polkadot/zombienet_tests/parachains/0001-parachains-smoke-test.toml
+++ b/polkadot/zombienet_tests/parachains/0001-parachains-smoke-test.toml
@@ -4,7 +4,6 @@ timeout = 1000
 [relaychain]
 default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
 chain = "rococo-local"
-chain_spec_command = "polkadot build-spec --chain rococo-local --disable-default-bootnode --raw > /cfg/rococo-local.json"
 command = "polkadot"
 
   [[relaychain.nodes]]
@@ -17,6 +16,7 @@ command = "polkadot"
 
 [[parachains]]
 id = 100
+addToGenesis = false
 
   [parachains.collator]
   name = "collator01"