summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 14:05:47 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 14:05:47 +0300
commit865ae536028018fe7ce286fac2ec148f4bb37853 (patch)
tree3dc3e355de57204d031ba02a415e1038f34d141a /.gitlab-ci.yml
parent833636bbd01a458bdff2baa9d12967f8b1aa68f1 (diff)
ci: fix typo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 600695468..4f146016c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,6 @@ jobs:
when: manual
stage: test
script:
- - phpmd.phar include text utils/gitlab-ci/phpmd-ruleset.xml
- - phpmd.phar classes text utils/gitlab-ci/phpmd-ruleset.xml
+ - phpmd include text utils/gitlab-ci/phpmd-ruleset.xml
+ - phpmd classes text utils/gitlab-ci/phpmd-ruleset.xml