From bc61fa86f01f49b371425d25e0399ed9b549f7f2 Mon Sep 17 00:00:00 2001 From: Anton Gavrilov Date: Thu, 4 Nov 2021 19:41:59 +0100 Subject: [PATCH] Change path for the tests to master (#4223) --- polkadot/.gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index a8c429aa0d..92f1fbdce2 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -571,9 +571,7 @@ simnet-tests: image: "${SIMNET_IMAGE}" <<: *kubernetes-env variables: - # FIXME: change branch to "master" after merging this PR - # GH_DIR: "https://github.com/paritytech/polkadot/tree/master/simnet_tests" - GH_DIR: "https://github.com/paritytech/polkadot/tree/simnet-v10/simnet_tests" + GH_DIR: "https://github.com/paritytech/polkadot/tree/master/simnet_tests" rules: - if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_COMMIT_REF_NAME == "master"