diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a36699a53cf24bc38fc044484d285a9e8377570b..0c9c53a1d0f3ed3a6ff58d8f6ef65dd7accb25ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,14 +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 . \
-        --snapshot-mode=redo \
-        --use-new-run \
-        --destination harbor.c3sl.ufpr.br/root/docs \
-        --cache=true --compressed-caching=false \
-        --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
+    - /kaniko/executor --single-snapshot --snapshot-mode=redo --use-new-run --context . --destination harbor.c3sl.ufpr.br/root/docs --cache=true --compressed-caching=false --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
 
 deploy:
   stage: deploy