# HG changeset patch
# User Georges Racinet <georges.racinet@octobus.net>
# Date 1583841755 -3600
#      Tue Mar 10 13:02:35 2020 +0100
# Node ID 43773da8fd2852c3962ed17b422d8a61756f2c19
# Parent  1a19b41460aa40a765d8f49130e62cc07738de15
heptapod-ci: added a test job against Mercurial 5.3

As usual, this is the latest released version.

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,13 @@
         - cp /ci/repos/mercurial/hg .
         - tests/run-tests.py -lv --color=always
 
+tests-hg-5.3:
+    image: octobus/ci-py2-hgext3rd:hg-5.3
+    script:
+      - cp /ci/repos/mercurial/hg .
+      - ./hg version --debug
+      - tests/run-tests.py -lv --color=always
+
 tests-hg-5.2:
     image: octobus/ci-py2-hgext3rd:hg-5.2
     script: