OMEC test artifacts dir update

Change-Id: I52845c2eef36555adf5d4fac5ef0ef3b44b44162
diff --git a/jjb/pipeline/omec-container-remote.groovy b/jjb/pipeline/omec-container-remote.groovy
index 6b3323d..0b743eb 100644
--- a/jjb/pipeline/omec-container-remote.groovy
+++ b/jjb/pipeline/omec-container-remote.groovy
@@ -40,10 +40,9 @@
     always {
       // Copy artifacts from the remote job dir (make sure both jobs run on the same node)
       sh """
-      cp -r ../${params.project}_premerge_${params.pod}/* ./
+      cp -r ../${params.project}_premerge_${params.pod}/artifacts/* ./
       """
-      archiveArtifacts artifacts: "omec/*/*", allowEmptyArchive: true
-      archiveArtifacts artifacts: "ng40/*/*", allowEmptyArchive: true
+      archiveArtifacts artifacts: "**/*.*", allowEmptyArchive: true
     }
   }
 }