diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 927899b927eb30911993d6ebe73ffbfbba0e64fb..6e0239ce303b75151b837c5ae0b22e786852f185 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,9 @@ build:python2.7: build:2.10: extends: .build + rules: + - when: manual + allow_failure: false variables: ALPINE_VERSION: 3.14 ANSIBLE_VERSION: '2.10' @@ -56,6 +59,9 @@ build:2.10: build:2.9: extends: .build + rules: + - when: manual + allow_failure: false variables: ALPINE_VERSION: 3.12 ANSIBLE_VERSION: 2.9