diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73da1815ea08528e216196746a390d7132a9e129..0254f8489c5ec0123785fca1f47f6ae00f0a1437 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,2 +1,13 @@
 include:
   - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/default.yml
+
+# Plugin does not support 5.6 or 7.0.
+PHPunit:PHP7.0:MySQL:
+  rules:
+    - if: true
+      when: never
+
+PHPunit:PHP5.6:MySQL:
+  rules:
+    - if: true
+      when: never