diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dce22b1b..ab8bc1fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: "archlinux:latest" ansible-lint: before_script: - - pacman -Syu --needed --noconfirm ansible-lint ansible + - pacman -Syu --needed --noconfirm ansible-lint ansible python-jmespath script: # Fix weird ansible bug: https://github.com/trailofbits/algo/issues/1637 # This probably happens due to gitlab-runner mounting the git repo into the container