From 042e2e46c042cef05b38c2e0662855de9c68e558 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Mon, 25 Jan 2021 20:47:10 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 340bd73..15a68c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ cache: paths: - vendor/ +variables: + XDEBUG_MODE: coverage before_script: - apt-get update -yqq