From b467b81ba173808de3b6ec113336a564d069bd0b Mon Sep 17 00:00:00 2001 From: saibotk Date: Sat, 2 Jan 2021 03:23:57 +0100 Subject: [PATCH] CI: Switch to pip version of ansible-lint --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e78adb..69c5aa9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ stages: ansible-lint: stage: lint - image: docker.io/library/fedora:33 + image: docker.io/library/python:3.8-slim before_script: - - dnf install -y ansible-lint + - pip install ansible-lint script: - ansible-lint *.yml