diff --git a/Jenkinsfile b/Jenkinsfile
index 6d9f88c..a8fc527 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,11 +9,6 @@ pipeline {
       }
       steps {
         sh 'mkdir build && cd build && qmake .. && make && cd ..'
-      }
-    }
-
-    stage('archive') {
-      steps {
         archiveArtifacts(artifacts: 'build/src/spark-store', allowEmptyArchive: true, defaultExcludes: true)
       }
     }