diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4205247d120ed05a71abcfc418ee7c95ebfa4d00..9dde664dbc12059e15e75d8fb6ed2d884160efa2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 image: node:latest
-#
+
 deploy:
   script:
     - mkdir ~/.ssh
diff --git a/public/index.html b/public/index.html
index b673f1d8a12e230f48aa55f7eaa8a5721c9bca5b..2d8588e9ce01413bf53cd9fb7efdf8109ee8f4b5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,6 +4,6 @@
     <meta charset="UTF-8" />
   </head>
   <body>
-    This is App Updated!
+    This is App updated!!!
   </body>
 </html>