From 25be53df68438bd207eba5d6784da8776af62c2c Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Mon, 25 May 2020 02:00:16 -0400
Subject: [PATCH] Ci fix.

---
 .gitlab-ci.yml | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd6deaf..0106e2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,10 +77,8 @@ performance:
     GIT_STRATEGY: none
     SITESPEED_OPTIONS: -n 1 -d 2 --visualMetrics false --video false
     URL: https://$CI_BUILD_REF_NAME-$CI_PROJECT_NAME.review.dbogatov.org/
-  except:
-    - pipelines
-    - triggers
-  when: manual
+  rules:
+    - when: manual
   tags:
     - docker
 
@@ -89,10 +87,8 @@ dast:
   variables:
     DAST_WEBSITE: https://$CI_BUILD_REF_NAME-$CI_PROJECT_NAME.review.dbogatov.org
     DAST_FULL_SCAN_ENABLED: "true"
-  except:
-    - pipelines
-    - triggers
-  when: manual
+  rules:
+    - when: manual
   tags:
     - docker
 
@@ -118,9 +114,7 @@ accessibility:
     when: always
     expose_as: "accessibility"
     paths: ["accessibility.html"]
-  except:
-    - pipelines
-    - triggers
-  when: manual
+  rules:
+    - when: manual
   tags:
     - docker
-- 
GitLab