Temporary commit for time measurement of test file + pandoc draft
authorBoris Feld <boris.feld@octobus.net>
Wed, 18 Dec 2019 14:10:56 +0100
changeset 5228 cfabc3c4aa10
parent 5227 b24de4b465ea
Temporary commit for time measurement of test file + pandoc
.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