From fc82f6470523cb57d86cdf68caa2d48af8f23250 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 4 Oct 2018 22:27:42 -0400 Subject: [PATCH] Install the enchant library needed to build the documentation spell checker. Signed-off-by: Roberto Rosario --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53cbaa353a..8b7ebbc437 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ job_documentation_build: - docs before_script: - apt-get -qq update - - apt-get install -qq locales make python-pip + - apt-get install -qq locales make python-pip enchant - echo "LC_ALL=\"en_US.UTF-8\"" >> /etc/default/locale - locale-gen en_US.UTF-8 - update-locale LANG=en_US.UTF-8