diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index 863f3e3157381ea09efbdc5bde5f054d300142ea..9d31bb38ea6aa437cfce2d37821291aa3d76820a 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -29,6 +29,7 @@ integration-test:cmd:
   <<: *integration-test
   variables:
     K8S_OP: "getenv"
+    CI_DEBUG_TRACE: "true"
   needs:
     - job: "build:merge-request"
     - job: "apply"
@@ -36,7 +37,9 @@ integration-test:cmd:
     - job: "build:k8s-bot"
       artifacts: true
   script:
+    - ls
     - cd ./test/integration
+    - ls
     - ./../build/cd/k8s-bot
     - go test -race -v -run TestCmdIntegration