diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8c49b4..71bf6bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,9 +103,9 @@ tests: # - pip install git+https://github.com/AllenInstitute/asap-modules/ --no-deps # - pip install git+https://git.embl.de/schorb/pyem # - pip install git+https://github.com/mobie/mobie-utils-python --no-deps - - pip install -r requirements.txt - - pip install -r test_requirements.txt - - pip install git+https://github.com/mobie/mobie-utils-python +# - pip install -r requirements.txt +# - pip install -r test_requirements.txt +# - pip install git+https://github.com/mobie/mobie-utils-python # - su testuser -c 'mkdir -p $(python -m site --user-site)' # - su testuser -c 'echo "import coverage" > $(python -m site --user-site)/subprocess_coverage.pth' # - su testuser -c 'echo "coverage.process_startup()" >> $(python -m site --user-site)/subprocess_coverage.pth' @@ -117,7 +117,7 @@ tests: - chmod +rx -R * # - pwd # - ls - - su testuser -c 'coverage run --concurrency=multiprocessing -m pytest' + - coverage run -m pytest - coverage combine - coverage xml - coverage-badge