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