diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 379ec4c43d573344b574f2ceab96f472786ff54b..946bd1228a87446ef9cf8b35a34d41211336b8e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ build:
     entrypoint: ['']
     name: klakegg/hugo:pandoc
   script:
+    - cat /etc/resolv.cong
+    - ping -c 1 sources.le-filament.com
     - hugo
   artifacts:
     paths:
@@ -38,4 +40,4 @@ deploy:
         git push "https://${CI_USER_NAME}:${CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci;
       fi
   only:
-  - master
\ No newline at end of file
+  - master