diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54813c1eedce97822e8cc5841cdde0d153a51915..ea11ae2517b6f2332d6fc429d41d0e5781750b5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ test:
 deploy.dev:
   stage: deploy_stage
   script:
-  - singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1 --cacheDir $CI_PROJECT_DIR/cache
+  - singularity run 'docker://monachus/hugo' hugo deploy --target aws-dev --maxDeletes -1
   dependencies:
   - build.dev
   only:
@@ -57,8 +57,7 @@ deploy.dev:
 deploy.live:
   stage: deploy_stage
   script:
-  - singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1 --cacheDir $CI_PROJECT_DIR/cache
-  dependencies:
+  - singularity run 'docker://monachus/hugo' hugo deploy --target aws --maxDeletes -1
   - build.live
   only:
   - tags
\ No newline at end of file