From 452b9fa2ef2ef8dbe7cc8240ecd569d978de712b Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 1 Apr 2024 20:01:20 +1300 Subject: [PATCH] regression-suite/2701-generate-date-tests.pl needs Perl modules f --- testing/gitlab_ci_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/gitlab_ci_script.sh b/testing/gitlab_ci_script.sh index 2b321859..b86541c1 100755 --- a/testing/gitlab_ci_script.sh +++ b/testing/gitlab_ci_script.sh @@ -52,7 +52,7 @@ echo "LANG=en_NZ.UTF-8" > /etc/default/locale packages="libdbd-pg-perl libyaml-perl postgresql-client postgresql curl xmlstarlet netcat-openbsd libtest-www-mechanize-perl - libfile-pushd-perl" + libfile-pushd-perl libtemplate-perl libinline-files-perl" if [[ $mode =~ "latestphp" ]]; then # PHP pgsql package is built from source, needs libpq-dev.