diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1da2c87983d7bb9eeb3ba4256819f29ac5f762d9_LmdpdGxhYi1jaS55bWw=..653a45ddfdaae4c405b82c5a84af54fd851f5307_LmdpdGxhYi1jaS55bWw= 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,13 @@ variables: EVOLVE_REPO_URL: https://mirror.octobus.net/evolve EVOLVE_LOCAL_REPO: /ci/repos/evolve + PY_HEPTAPOD_LOCAL_REPO: /ci/repos/py-heptapod + +before_script: + - hg clone https://foss.heptapod.net/heptapod/py-heptapod $PY_HEPTAPOD_LOCAL_REPO + - pip3 install --user --upgrade -e $PY_HEPTAPOD_LOCAL_REPO tests-current: stage: main image: octobus/ci-hgitaly script: @@ -18,8 +23,9 @@ tests-current: stage: main image: octobus/ci-hgitaly script: + - pip3 freeze - flake8 --exclude stub hgitaly hgext3rd - PYTHONPATH=/ci/repos/mercurial pytest --cov hgitaly --cov-config=.coveragerc -v