diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa7d4fc3eb9270bc177915397d0892843333ca7b..384237841f177bcb06635d8d06aeabf6d504487f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,12 +31,12 @@ testing:
 pages:
   stage: deploy
   dependencies:
-    - testing
+      - testing
   script:
-    - ls
+      - ls
   artifacts:
-    paths:
-      - public
-    expire_in: 30 days
+      paths:
+          - public
+      expire_in: 30 days
   only:
-    - master
\ No newline at end of file
+      - master
\ No newline at end of file