From 30e5eb38d84c1fbe1e3ffd2f3da3b5ea102ca58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 16 Apr 2020 06:52:45 +0200 Subject: [PATCH] debug --- tests/utils/gitlab/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils/gitlab/sanity.sh b/tests/utils/gitlab/sanity.sh index 019d8ac..7805e61 100755 --- a/tests/utils/gitlab/sanity.sh +++ b/tests/utils/gitlab/sanity.sh @@ -32,6 +32,7 @@ if [ -d "${network_path}" ]; then fi pip install pycodestyle +pip install yamllint # shellcheck disable=SC2086 ansible-test sanity --color -v --junit ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \ --base-branch "${base_branch}" \