Fix gitops_02 to find KSU params under resource dir

Change-Id: I5154367d70784ffbeecc88fbc875c742ea82e753
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/robot-systest/resources/jenkins-params.yaml b/robot-systest/resources/gitops_02-jenkins-params.yaml
similarity index 100%
rename from robot-systest/resources/jenkins-params.yaml
rename to robot-systest/resources/gitops_02-jenkins-params.yaml
diff --git a/robot-systest/testsuite/gitops_02-declarative_cluster_registration_oka_ksu.robot b/robot-systest/testsuite/gitops_02-declarative_cluster_registration_oka_ksu.robot
index c3909de..11f5631 100644
--- a/robot-systest/testsuite/gitops_02-declarative_cluster_registration_oka_ksu.robot
+++ b/robot-systest/testsuite/gitops_02-declarative_cluster_registration_oka_ksu.robot
@@ -25,7 +25,7 @@
 
 Test Tags   gitops_02   cluster_gitops
 
-# Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
+Suite Teardown   Run Keyword And Ignore Error   Suite Cleanup
 
 
 *** Variables ***
@@ -50,7 +50,7 @@
 ${KSU_NS_NAME}   jenkins-ns
 ${KSU1_NAME}   testacme
 ${KSU2_NAME}   jenkins
-${KSU2_PARAMS}   ../resources/jenkins-params.yaml
+${KSU2_PARAMS}   ${CURDIR}/../resources/gitops_02-jenkins-params.yaml
 ${KSU_NS_ID}   ${EMPTY}
 ${KSU1_ID}   ${EMPTY}
 ${KSU2_ID}   ${EMPTY}