diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a6bae2c2432c0e6b989f9204a89589da94d2dd6_LmdpdGxhYi1jaS55bWw=..28b853657cdf41d0f0a6931d2786f2ec57b642e9_LmdpdGxhYi1jaS55bWw= 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,8 +76,9 @@
       - >
         DEBIAN_FRONTEND=noninteractive
         apt-get -qq install --no-install-recommends
-        gnupg gnupg-agent git unzip ssh
-        mercurial python3-dulwich python3-setuptools pyflakes3
+        gnupg gnupg-agent git unzip ssh mercurial
+        python3-pygments python3-coverage python3-dulwich python3-setuptools
+        pyflakes3
       - >
         python3 tests/run-tests.py -v
         --xunit $PWD/tests-ubuntu.xml --color=always --timeout 300
diff --git a/contrib/docker/installhg.sh b/contrib/docker/installhg.sh
index 4a6bae2c2432c0e6b989f9204a89589da94d2dd6_Y29udHJpYi9kb2NrZXIvaW5zdGFsbGhnLnNo..28b853657cdf41d0f0a6931d2786f2ec57b642e9_Y29udHJpYi9kb2NrZXIvaW5zdGFsbGhnLnNo 100755
--- a/contrib/docker/installhg.sh
+++ b/contrib/docker/installhg.sh
@@ -4,7 +4,7 @@
 
 BUILDDEPENDS="curl jq coreutils gcc gettext musl-dev"
 RUNDEPENDS="git git-daemon unzip openssh gnupg"
-PIPDEPENDS="dulwich pyflakes black==20.8b1"
+PIPDEPENDS="dulwich pyflakes pygments coverage black==20.8b1"
 
 set -xe