diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f642b68f0d5fc7eb138a7ac2a38d95e6454dd943..7110e990864e9e93c226c9c6e8118d5e43e365e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
-# The Docker image that will be used to build your app
 image: alpine:latest
+
 pages:
   stage: deploy
   script:
@@ -9,6 +9,5 @@ pages:
     - public
   only:
   - master
-
-tags:
-  - pages
\ No newline at end of file
+  tags:
+  - pages