From eed99b9c2a186157f003cbe7256c9b4877081660 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com>
Date: Wed, 26 Jan 2022 12:10:20 +0100
Subject: [PATCH] Update .gitlab-ci.yml to test name resolution

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 379ec4c..946bd12 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
-- 
GitLab