diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7555d799fd6b0295ea1b12641e31bd6d34c2ff1e..366ed2320f52e20efbb3b9f52a50933b6994c3ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ build:
     entrypoint: [""]
   script:
     - echo "{\"auths\":{\"harbor.c3sl.ufpr.br\":{\"username\":\"$HARBOR_USER\",\"password\":\"$HARBOR_PASSWORD\"}}}" > /kaniko/.docker/config.json
-    - /kaniko/executor --single-snapshot --context . --destination harbor.c3sl.ufpr.br/root/docs --cache=true --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
+    - /kaniko/executor --single-snapshot --context . --destination harbor.c3sl.ufpr.br/root/docs --cache=false --compressed-caching=false --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
 
 deploy:
   stage: deploy