diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a97abeaed89f6e0989209bcb2c111383d9de3044..d7bf89edd5c8583e0ab890a3e7e1c1571a35dfeb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,9 @@
-image: registry.gitlab.com/othermo/fedora-build:latest
+image: quay.io/sheogorath/build-ah-engine
 
 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-master: