diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 944f110..14ceb0b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,11 +22,7 @@
     
   
   
-    
-      
-      
-      
-    
+
@@ -199,13 +195,6 @@
       
       1598862102028
     
-    
-      1599036875005
-      
-      
-      
-      1599036875005
-    
     
       1599058217332
       
@@ -542,7 +531,14 @@
       
       1601287668529
     
-    
+    
+      1601294193991
+      
+      
+      
+      1601294193992
+    
+    
     
   
   
@@ -685,13 +681,13 @@
     
     
     
-    
+    
       
     
     
     
     
-    
+    
     
       
     
diff --git a/Jenkinsfile b/Jenkinsfile
index 790a007..ab4d9dd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,5 +11,9 @@ pipeline {
                 sh "docker-compose up -d"
             }
         }
+        stage('logs'){
+        		sleep time: 1, unit: 'MINUTES'
+        		sh 'docker logs klaus'
+        }
     }
 }