diff -r df5dfee8cfb4 -r daf083140b5b contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Fri Mar 06 10:38:37 2020 +0100 +++ b/contrib/heptapod-ci.yml Thu Mar 12 18:53:37 2020 +0100 @@ -6,7 +6,7 @@ - hg clone . /tmp/mercurial-ci/ --noupdate - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'` - cd /tmp/mercurial-ci/ - - (cd tests; ls -1 test-check-*.*) > /tmp/check-tests.txt + - ls -1 tests/test-check-*.* > /tmp/check-tests.txt variables: PYTHON: python