diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf10be8..1e4e3c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,6 +107,7 @@ tests: - pip install -r requirements.txt - pip install -r test_requirements.txt - pip install git+https://github.com/mobie/mobie-utils-python + - whoami - mkdir -p $(python -m site --user-site) - echo "import coverage" > $(python -m site --user-site)/subprocess_coverage.pth - echo "coverage.process_startup()" >> $(python -m site --user-site)/subprocess_coverage.pth @@ -117,6 +118,7 @@ tests: - export JAVA_HOME=`readlink -m ./render/deploy/*jdk*` - export PATH=$PATH:$JAVA_HOME/bin - chmod +rx -R * + - whoami # - pwd # - ls - coverage run --concurrency=multiprocessing -m pytest