diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e15f9018cada0cb6e376ceb31177b34fe4347638..06eb4d60154e4ae337ecc29d15fbe3e15e351bed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,9 @@
 # - To change the theme, see
 #   https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme.
 #
-image: registry.gitlab.com/pages/hugo/hugo_extended:latest
+image:
+  name: registry.gitlab.com/pages/hugo/hugo_extended:latest
+  entrypoint: [ "/bin/sh", "-c" ]
 
 # Set this if you intend to use Git submodules
 variables:
@@ -20,7 +22,7 @@ default:
     - apk add --update --no-cache git go
     - git submodule update --init --recursive
     - hugo mod init gitlab.com/pages/hugo
-    - hugo mod get -u github.com/theNewDynamic/gohugo-theme-ananke
+    - hugo mod get -u https://github.com/gethyas/doks
 
 test:
   script: