ci: added debug
diff --git a/atmosphere/tests/e2e/test_operator.py b/atmosphere/tests/e2e/test_operator.py
index 149ca42..3a01598 100644
--- a/atmosphere/tests/e2e/test_operator.py
+++ b/atmosphere/tests/e2e/test_operator.py
@@ -62,6 +62,7 @@
     for pod in pykube.Pod.objects(kind_cluster.api).filter(
         selector="application=atmosphere"
     ):
+        print(pod.logs())
         assert "successfully started" in pod.logs()
 
     for secret_name in ["atmosphere-config", "atmosphere-memcached"]: