# HG changeset patch # User Boris Feld # Date 1576674656 -3600 # Node ID cfabc3c4aa106c9e619a2f3678128f26e5e0235c # Parent b24de4b465ea22f8a06c245b141e1917254dc53d Temporary commit for time measurement of test file + pandoc diff -r b24de4b465ea -r cfabc3c4aa10 .gitlab-ci.yml --- a/.gitlab-ci.yml Wed Dec 18 14:10:49 2019 +0100 +++ b/.gitlab-ci.yml Wed Dec 18 14:10:56 2019 +0100 @@ -42,7 +42,7 @@ - cd docs/tutorial # Install some dependencies for the test file - ./prepare_test_file.sh - - python /ci/repos/mercurial/tests/run-tests.py test-training.t + - /usr/bin/time -v python /ci/repos/mercurial/tests/run-tests.py test-training.t # But run the documentation generation in Python3 - python3 -m venv .venv - source .venv/bin/activate