This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit d3768f7f84a29930c94e8570592352ef4b3857e5 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 18 11:15:50 2021 +0100 Try installing gcc before mkdocs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f4ee535..ed227700 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -207,6 +207,7 @@ pages: - public before_script: + - apk add --no-cache gcc - python --version - pip3 --version - pip3 install mkdocs -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.