diff --git a/JenkinsfileGet b/JenkinsfileGet
index 27e21811585c22e88f766f739bd9a0f2a3264120..f6c9a366b687646a3331311f5b7eeab297b4fc22 100644
--- a/JenkinsfileGet
+++ b/JenkinsfileGet
@@ -12,7 +12,7 @@ pipeline {
         git url: 'https://github.com/eclipse-scava/scava-datasets.git'
       }
     }
-    /* stage('Build mboxes') {
+    stage('Build mboxes') {
       steps {
         sh '''
           rm /data/eclipse_mls/*.mbox.lock || echo "No mbox lock found."
@@ -26,7 +26,7 @@ pipeline {
           ls ../datasets/eclipse_mls/mboxes/ > ../datasets/eclipse_mls/list_mboxes.txt
         ''' 
       }
-    } */
+    }
     stage('Build projects') {
       steps {
         sh '''