From fa557ed73ed9df555851ca57a2b4e0b5618d72fc Mon Sep 17 00:00:00 2001 From: dyszczo <krzysiek@inspirelabs.pl> Date: Wed, 29 Aug 2018 12:54:35 +0200 Subject: [PATCH] fixed CI for churn --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63221ce..2d2d987 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,7 +105,7 @@ churn metrics: - echo ${WPDESK_CI_VERSION} - composer require bmitch/churn-php - composer update --no-progress - - vendor/bin/churn run classes inc + - vendor/bin/churn run src unit test lastest: <<: *job-test-unit-template-fast -- GitLab