Update stage3 to remove N2VC from the stage2 jobs to copy artifacts from

Change-Id: I4929d00896acbf0c080b9f2391d6ea8abdd00ce6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy
index 6c49cda..af0f770 100644
--- a/jenkins/ci-pipelines/ci_stage_3.groovy
+++ b/jenkins/ci-pipelines/ci_stage_3.groovy
@@ -670,7 +670,7 @@
                     }
 
                     parallelSteps = [:]
-                    list = ['RO', 'osmclient', 'IM', 'devops', 'MON', 'N2VC', 'NBI',
+                    list = ['RO', 'osmclient', 'IM', 'devops', 'MON', 'NBI',
                             'common', 'LCM', 'NG-UI', 'NG-SA', 'tests']
                     if (upstreamComponent.length() > 0) {
                         println("Skipping upstream fetch of ${upstreamComponent}")