diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b93f724f29f55f15bec40308f39289cab0cc4c79..e6150662b200572eb56a0cc9826e4004dea550ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,12 @@
 image: alpine:latest
+
 pages:
   stage: deploy
   script:
-  - echo 'Testing index file...'
+  - echo 'Nothing to do...'
   artifacts:
     paths:
-    - public/
+    - public
   only:
   - master
+