diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a38a336e389de81c169fe04f42f4d7b5ecd135a..d746c0ce4ab39f88a8ee97c20b6460053bdc2a0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,5 +50,7 @@ Deploy:
     - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash > /dev/null 2>&1
   script:
     - docker compose up globeboard -d
+  after_script:
+    - docker compose ps
   only:
     - main
\ No newline at end of file