# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1627996177 -7200 # Tue Aug 03 15:09:37 2021 +0200 # Node ID 00ece27eec7644d2d190c5a7f28876bee0a6521f # Parent 40f1da7486da3901dca45c8604b10c9940290387 🚀 📚 used version of mercurial is not compatible with python 3.9 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,7 @@ build-documentation: stage: build needs: [] - image: python:3-alpine + image: python:3.8-alpine artifacts: paths: - doc/_build