summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-05 11:42:02 +0300
committerAndrew Dolgov <[email protected]>2017-05-05 11:42:02 +0300
commit5f5f92da50001d274ffd326ae777de545ca07def (patch)
tree9d054cb07e50ff64e6f5d9ba4aa56df1d5298588 /.gitlab-ci.yml
parenta97e8cddf7bf2e720a87191c8330e2d91175b045 (diff)
CI: set all tests to manual because of gitlab flakiness
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e0c48915..cd5ecb0d4 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