From 69d0c4b0cab3b32f7c1247f79d5e42336d66c0f0 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 18:36:06 +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 afcda91..c4b5e5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ test: artifacts: name: "coverage" paths: - - CodeIgniter4-4.0.0-alpha.3/build/coverage + - CodeIgniter4-4.0.0-alpha.3/build/coverage/ script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never \ No newline at end of file