changeset 5681:33994d579c81

branching: merge with stable
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 16 Dec 2020 16:23:52 +0100
parents 18a70ae9fb0b (current diff) 4737d3db1671 (diff)
children f0d46ffbf1bb
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Sun Dec 13 14:48:28 2020 +0100
+++ b/.gitlab-ci.yml	Wed Dec 16 16:23:52 2020 +0100
@@ -6,7 +6,7 @@
     - echo testing with mercurial branch="$hg_branch", revision="$hg_rev"
 
 pytype:
-    image: octobus/ci-py3-hgext3rd
+    image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd
     script:
         - *prepare_hg
         - pytype --version
@@ -21,7 +21,7 @@
     TEST_HGMODULEPOLICY: "allow"
 
 .runtests_template: &runtests
-    image: octobus/ci-$PY-hgext3rd
+    image: registry.heptapod.net/mercurial/ci-images/$PY-hgext3rd
     before_script:
         - (cd tests; ls -1 test-check-*.t > /tmp/check-tests.txt)
     script:
@@ -70,7 +70,7 @@
         TEST_HGMODULEPOLICY: "py"
 
 doc:
-    image: octobus/ci-py3-evolve-doc
+    image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc
     script:
         - cd docs/
         - make