Browse Source

CI: set all tests to manual because of gitlab flakiness

Andrew Dolgov 6 years ago
parent
commit
5f5f92da50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -1,5 +1,6 @@
 phpmd:
   image: php:5.6
+  when: manual
   script:
     - sh utils/gitlab-ci/php-lint.sh
     - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar