diff --git a/JenkinsfileDeploy b/JenkinsfileDeploy
index 588b6c9b253b702cf8d6996d4fe147d7683a9c2c..5cbab51591fccbac6a5af6ac33796c58ef6b24db 100755
--- a/JenkinsfileDeploy
+++ b/JenkinsfileDeploy
@@ -3,7 +3,7 @@ pipeline {
  
   stages {
 
-    stage('Retrieve Data') {
+    /* stage('Retrieve Data') {
       steps {
         sh '''        
           wget http://ci4.castalia.camp:8080/job/scava-datasets/lastSuccessfulBuild/artifact/docs/*zip*/docs.zip -O docs.zip
@@ -32,7 +32,7 @@ pipeline {
           done
         '''
       }
-    }
+    } */
 
     stage('Deploy Documentation') {
       steps {