summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 16:31:21 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 16:31:21 +0300
commite73401844868287d465ef1a0ffdbfbea377e84fa (patch)
tree39284f068af6684520deb10d6208f2ab50e2c2ea /.gitlab-ci.yml
parentcffe1d51514bde0eda8e37e08183d30b29c4c79b (diff)
ci: fix typo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b66939c49..6fca8825d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
phpmd:
image: php:5.6
script:
- - sh utils/php-lint.sh
+ - sh utils/gitlab-ci/php-lint.sh
- curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
- chmod +x /usr/bin/phpmd
- sh utils/gitlab-ci/phpmd.sh