diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 742107cd0da31cd6dca6e3768561df7f9de3eb6d..ebf14847d588948c70251a048ca08eec18fd682e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,11 @@
-image: quay.io/sheogorath/build-ah-engine
+image: registry.gitlab.com/othermo/fedora-build:latest
 
 variables:
   GIT_SUBMODULE_STRATEGY: 'recursive'
 
 before_script:
+  - git config --global user.email "info@othermo.de"
+  - git config --global user.name "Othermo CI"
   - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
 
 build-aarch64: