Merge "Fixing minor issues in *ComponentLogs keywords"
diff --git a/jjb/pipeline/omec-container-remote.groovy b/jjb/pipeline/omec-container-remote.groovy
index 0b743eb..51270f2 100644
--- a/jjb/pipeline/omec-container-remote.groovy
+++ b/jjb/pipeline/omec-container-remote.groovy
@@ -40,7 +40,7 @@
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}/artifacts/* ./
+ cp -r ../${params.project}_premerge_${params.pod}/* ./
"""
archiveArtifacts artifacts: "**/*.*", allowEmptyArchive: true
}