CI `dotnet test --no-build ` does not run test with 2 parallel jobs

You’ll need to ensure you’re passing forward the build artifacts between the job stages, as the concurrent execution could mean that a job runs on a separate runner/host. This post may be helpful in implementing a solution: Gitlab CI Test stage after build without rebuilding project - #2 by abagnale

1 Like