Fix k8s_conformance reporting
Change-Id: I55154a4a97e2372eb00a191950228273ba4197cb
diff --git a/jobs/pipelines/swarm-testrail-report.groovy b/jobs/pipelines/swarm-testrail-report.groovy
index 4b19a5e..6cd81f2 100644
--- a/jobs/pipelines/swarm-testrail-report.groovy
+++ b/jobs/pipelines/swarm-testrail-report.groovy
@@ -105,7 +105,7 @@
// k8s_conformance_report_name =~ conformance_result.xml
// TODO(ddmitriev): it's better to get the k8s version right after deployment
// and store in some artifact that can be re-used here.
- def k8s_version=run_cmd_stdout("""\
+ def k8s_version=shared.run_cmd_stdout("""\
export ENV_NAME=${ENV_NAME}
. ./tcp_tests/utils/env_salt
. ./tcp_tests/utils/env_k8s