From 680b3d7057d8e19f4fc63937dfdc0d0a4b91cfdc Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 27 Feb 2023 19:58:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E2=80=94=20Fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8f288c..203fb15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,7 @@ carton: - local/ dependencies: [] script: + - cpanm -l local Devel::Cover~1.29 - carton install --deployment --without=sqlite --without=postgresql --without=minion --without=cache --without=memcached when: always