From a154cbc3167369ba06b7557944bd2950a9089ef0 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 18:24:46 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a581c6..b7f01e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ variables: test: artifacts: paths: - - build/logs/clover.xml + - CodeIgniter4-4.0.0-alpha.3/build/logs/clover.xml script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never \ No newline at end of file