From 1efbf0484874c5838791ec901352e89548816a5a Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Mon, 25 May 2020 02:12:58 -0400 Subject: [PATCH] Fix. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0106e2e..9eee0c5 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 -- GitLab