diff --git a/.github/workflows/ci_push_testing.yml b/.github/workflows/ci_push_testing.yml index c890d76e6f..31c0cf427b 100644 --- a/.github/workflows/ci_push_testing.yml +++ b/.github/workflows/ci_push_testing.yml @@ -178,7 +178,7 @@ jobs: source venv/bin/activate pwd find . -exec chown submituser:submituser {} \; - su submituser -s python -- -m pytest --cov-report term-missing --cov ganga/GangaCore/Lib/Condor ganga/GangaCore/test/Condor + su submituser -s $(pwd)/venv/bin/python -- -m pytest --cov-report term-missing --cov ganga/GangaCore/Lib/Condor ganga/GangaCore/test/Condor condor_status condor_q