Skip to content

Commit

Permalink
fix CI user
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schorb committed Feb 8, 2024
1 parent 682e89c commit b2d8466
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit b2d8466

Please sign in to comment.