Skip to content

Commit

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

0 comments on commit 2dec102

Please sign in to comment.