From 4ab38acf97f70aa750a743a4e9db38e3fb29c379 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Fri, 3 Mar 2023 22:28:41 +0100 Subject: [PATCH] ci: Switch to plain alpine images --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6506c31..6198475 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 -- GitLab