Fix tempest.skiplist name for deployments with non-default name

Change-Id: I53ea684a824cbba73205c3413e6ea98732599925
diff --git a/src/com/mirantis/system_qa/SharedPipeline.groovy b/src/com/mirantis/system_qa/SharedPipeline.groovy
index 98c0252..50f883f 100644
--- a/src/com/mirantis/system_qa/SharedPipeline.groovy
+++ b/src/com/mirantis/system_qa/SharedPipeline.groovy
@@ -383,6 +383,7 @@
         def tempest_pattern=env.TEMPEST_PATTERN ?: 'tempest'
         def parameters = [
                 string(name: 'ENV_NAME', value: "${ENV_NAME}"),
+                string(name: 'LAB_CONFIG_NAME', value: "${LAB_CONFIG_NAME}"),
                 string(name: 'PASSED_STEPS', value: passed_steps),
                 text(name: 'RUN_TEST_OPTS', value: "${RUN_TEST_OPTS}"),
                 string(name: 'PARENT_NODE_NAME', value: jenkins_slave_node_name),