diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 815177fe4e28c91765e8a8ef8de4183115d052e9..a386901c25728c42775b090d67ab467435e356a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,9 +2,7 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 
-image:
-  name: klakegg/hugo:ext
-  entrypoint: ["/bin/bash", "-c"]
+image: docker.tedomum.net/tedomum/hugobuild:master
 
 stages:
   - pages
@@ -12,6 +10,7 @@ stages:
 pages:
   stage: pages
   script:
+    - pwd
     - hugo -d ./public
   artifacts:
     paths: