Skip to content

gitlab-ci: Use a stable path between build and test jobs on Windows

Brad King requested to merge (removed):ci-nonconcurrent into master

CTest expects the test suite to be executed from a build tree located at its original path. Set GIT_CLONE_PATH to use a fixed location.

Merge request reports