diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 77fc27d..d6a6fdd 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -25,6 +25,7 @@
     
       
       
+      
     
@@ -198,13 +199,6 @@
       
       1598862102028
     
-    
-      1599121146544
-      
-      
-      
-      1599121146544
-    
     
       1599126033571
       
@@ -541,7 +535,14 @@
       
       1601295490642
     
-    
+    
+      1601297400597
+      
+      
+      
+      1601297400597
+    
+    
     
   
   
@@ -684,13 +685,13 @@
     
     
     
-    
+    
       
     
     
     
     
-    
+    
     
       
     
diff --git a/Jenkinsfile b/Jenkinsfile
index 95d21b8..1082196 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,12 +12,8 @@ pipeline {
         stage('Deploy') {
             steps {
                 sh "docker-compose up -d"
-            }
-        }
-        stage('Logs') {
-            steps {
-        		sleep time: 1, unit: 'MINUTES'
-        		sh 'docker logs klaus'
+                sleep time: 1, unit: 'MINUTES'
+                sh 'docker logs klaus'
             }
         }
     }