diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0da31234..eb966ad3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -78,8 +78,10 @@ jobs:
         run: tsh ls
       - name: Build baton-teleport
         run: go build ./cmd/baton-teleport
-      - name: Check tsh status
-        run: tsh status
+      - name: Check tsh and tctl statuses
+        run: |
+          tsh status
+          tctl status
       # - name: Run baton-teleport
       #   run: ./baton-teleport --proxyAddr d3v-conductorone.teleport.sh
       - name: Install baton