summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 16:01:39 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 16:01:39 +0300
commita53ce54c3a119852de6ceec2085077d6a2f162d6 (patch)
tree96234d4afda83ce7e5c3097151d6bb24b8f0c0f5 /.gitlab-ci.yml
parentb3b2782358d5a309fcb88669cf67b9677c1a7b2f (diff)
remove before_script
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c123caea..5150e70be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,8 @@
-before_script:
- - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
- - chmod +x /usr/bin/phpmd
-
phpmd:
image: php:5.6
script:
+ - 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
schema: