diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31cf6831c97b81eb4ea3fb78ae789f85355c25f8_LmdpdGxhYi1jaS55bWw=..04de8e3ef84381c599bac1795c9801d748cb8e34_LmdpdGxhYi1jaS55bWw= 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,5 +12,6 @@
       - "templates/lint/black.yml"  # will do the equivalent of 'tox -e black'
       - "templates/lint/check-manifest.yml"  # will do the equivalent of 'tox -e check-manifest'
       - "templates/lint/yamllint.yml"  # will do the equivalent of 'tox -e yamllint'
+      # - "templates/lint/mypy.yml"  # will do the equivalent of 'tox -e mypy'
       - "templates/tests/py3.yml"  # will do the equivalent of 'tox -e py3'
       - "templates/create-release-on-heptapod.yml"  # this will create a release on heptapod
@@ -15,8 +16,7 @@
       - "templates/tests/py3.yml"  # will do the equivalent of 'tox -e py3'
       - "templates/create-release-on-heptapod.yml"  # this will create a release on heptapod
-      - "templates/upload-to-pypi.yml"  # on a new mercurial tag (expected to be done with release-new), will push a release on pypi
-      # - "templates/lint/mypy.yml"  # will do the equivalent of 'tox -e mypy'
-      # - "templates/upload-python-package-to-heptapod.yml"  # upload the package to heptapod registry on new tag
+      # - "templates/upload-to-pypi.yml"  # on a new mercurial tag (expected to be done with release-new), will push a release on pypi
+      - "templates/upload-python-package-to-heptapod.yml"  # upload the package to heptapod registry on new tag
       - "templates/js-install.yml"
       - "templates/lint/js-lint.yml"
       - "templates/js-build.yml"