From 399d9c8c9495fab077435707936cf27d5b1aebf0 Mon Sep 17 00:00:00 2001 From: saibotk Date: Thu, 7 Jan 2021 20:27:17 +0100 Subject: [PATCH] CI: Use custom image This should reduce the duration of CI runs significantly --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b8c9d2..7e44e20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,10 @@ --- +image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest + stages: - lint ansible-lint: stage: lint - image: docker.io/library/python:3.9-slim - before_script: - - pip install ansible-lint script: - ansible-lint *.yml