There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
The key changes are:
ensure we use the pip
corresponding to our Python
Don't assume nosetests is on the PATH, explicitly run python -m nose
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.