diff options
Diffstat (limited to 'ansible_collections/hetzner/hcloud/.gitlab-ci.yml')
-rw-r--r-- | ansible_collections/hetzner/hcloud/.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible_collections/hetzner/hcloud/.gitlab-ci.yml b/ansible_collections/hetzner/hcloud/.gitlab-ci.yml index 3387f825b..a18356f58 100644 --- a/ansible_collections/hetzner/hcloud/.gitlab-ci.yml +++ b/ansible_collections/hetzner/hcloud/.gitlab-ci.yml @@ -25,7 +25,7 @@ sanity: - tags parallel: matrix: - - ANSIBLE_VERSION: ["devel", "2.13", "2.14", "2.15"] + - ANSIBLE_VERSION: ["devel", "2.14", "2.15"] GROUP: [1] script: - bash tests/utils/gitlab/gitlab.sh ${ANSIBLE_VERSION}/sanity/${GROUP} |