diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 597aa658ed120e1cfc584183428acb9229c49f5b..8e85e76fd645190388d86c238f545be6b2e5215e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,9 +18,9 @@ before_script:
 build-page:
   stage: build
   script:
-    - JEKYLL_ENV=production bundle exec jekyll build --destination public
+    - JEKYLL_ENV=production bundle exec jekyll build --config _config.yml --destination public
     - echo "Listing contents of public directory:"
-    - ls -R public
+    - ls -laR public
   artifacts:
     paths:
       - public