diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 16675752f7075dd4ff46fc47ddc06377bc680dd0..8013a39db0f2f83539f0eec286de03f142417e61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,14 +4,13 @@ stages:
   - deploy
 
 cache:
-  key: $CI_COMMIT_REF_SLUG
   paths:
     - public
 
 pages:
   stage: deploy
   script:
-  - ./gitlab-build.sh
+    - ./gitlab-build.sh
   artifacts:
     paths:
-    - public
+      - public