Skip to content

Fix ci build tests

Martin Schultz requested to merge fix_CI_BuildTests into master

fixes #95 (closed) by adding the command to clone testData also adds the set GIT_SSH_COMMAND environment variable.

you might want to use setx GIT_SSH_COMMAND once to set the environment variable persistently for the gitlab CI account and remove the set GIT_SSH_COMMAND entries from the bat scripts, as the ssh command won't change.

Merge request reports