diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e47a794..d7dc7a4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -198,20 +198,6 @@
       
       1598862102028
     
-    
-      1599058217332
-      
-      
-      
-      1599058217332
-    
-    
-      1599059677555
-      
-      
-      
-      1599059677555
-    
     
       1599062582833
       
@@ -541,7 +527,21 @@
       
       1601294193992
     
-    
+    
+      1601294810984
+      
+      
+      
+      1601294810984
+    
+    
+      1601295096309
+      
+      
+      
+      1601295096309
+    
+    
     
   
   
@@ -684,13 +684,13 @@
     
     
     
-    
+    
       
     
     
     
     
-    
+    
     
       
     
diff --git a/Jenkinsfile b/Jenkinsfile
index 8defc42..b471538 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,7 +1,7 @@
 pipeline {
     agent any
     stages {
-      stage('docker-compose') {
+      stage('Build') {
               steps {
                  sh "docker-compose build"
             }
@@ -11,11 +11,5 @@ pipeline {
                 sh "docker-compose up -d"
             }
         }
-        stage('Deploy') {
-            steps {
-        		sleep time: 1, unit: 'MINUTES'
-        		sh 'docker logs klaus'
-            }
-        }
     }
 }