diff --git a/ci/build_docker.yml b/ci/build_docker.yml
index 83955938ce3f756d7947d18515cdf469a7bd92d8..98de0c16b367156eba55691823aa46dcaf9b45dd 100644
--- a/ci/build_docker.yml
+++ b/ci/build_docker.yml
@@ -3,7 +3,7 @@ image: registry.edugit.org/teckids/team-sysadmin/docker-images/python-pimped:mas
 build_docker:
   stage: build
   image:
-    name: gcr.io/kaniko-project/executor:v0.22.0
+    name: gcr.io/kaniko-project/executor:debug
     entrypoint: [""]
   script:
     - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json