diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6506c3143166f79ffce9901b0eb2c9c950e6d357..61984755278839d74c626a837b18599734eb6074 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,12 @@
 ---
 
-image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-ansible:bullseye
+image: alpine:3.17
 
 variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 before_script:
+  - apk --no-cache add ansible ansible-lint yamllint ripgrep
   - export LANG=en_US.UTF-8
   - chmod o-w .
   - ansible --version