diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile
index 972c60c21ca7041c7cb3d4bda0fd3c07076a4e31..e8eac8fb8b8e3dba5ef781fe3b5d6000d258a8ca 100644
--- a/gitlab-ci/Dockerfile
+++ b/gitlab-ci/Dockerfile
@@ -60,6 +60,8 @@ RUN apt-get update; \
 RUN mkdir -p "$EXTLIB"
 RUN mkdir -p "$PERL_CPANM_HOME"
 RUN cpanm -L "$EXTLIB" --notest --verbose --no-interactive \
+      Archive::BagIt \
+      Archive::Bagit::Fast \
       IO::Prompt::Tiny \
       Pod::Autopod \
       Test::Retry \