From: Andrew Dolgov Date: Fri, 5 May 2017 08:42:02 +0000 (+0300) Subject: CI: set all tests to manual because of gitlab flakiness X-Git-Tag: 17.12~193 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5f5f92da50001d274ffd326ae777de545ca07def;p=tt-rss.git CI: set all tests to manual because of gitlab flakiness --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e0c4891..cd5ecb0d 100644 --- a/.gitlab-ci.yml +++ b/.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