diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0106e2e3a5d408aed679b5d3c0e1147a2fc91b85..9eee0c5541ae77e5f5d04c806cd4438200378f20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,6 +79,7 @@ performance: URL: https://$CI_BUILD_REF_NAME-$CI_PROJECT_NAME.review.dbogatov.org/ rules: - when: manual + allow_failure: true tags: - docker @@ -89,6 +90,7 @@ dast: DAST_FULL_SCAN_ENABLED: "true" rules: - when: manual + allow_failure: true tags: - docker @@ -116,5 +118,6 @@ accessibility: paths: ["accessibility.html"] rules: - when: manual + allow_failure: true tags: - docker