Minor fix to Jenkins Automation

Change-Id: Idb0d85a4f4912b67d7de28f8fa5ee9183c219343
diff --git a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
index 43a06b2..79272e7 100644
--- a/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
+++ b/TestON/JenkinsFile/dependencies/JenkinsCommonFuncs.groovy
@@ -48,7 +48,7 @@
     // type : type of the test ( SR,FUNC,SCPF... )
 
     init( type )
-    isSCPF = ( category == "SCPF" )
+    isSCPF = ( type == "SCPF" )
     SCPFfunc = SCPFfuncs
 
     table_name = "executed_test_tests"