Skip to content
Snippets Groups Projects

Fix CI-YAML

Merged Lemmer, Jan requested to merge fix-CI_Pipeline into master
2 files
+ 12
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
7
function [result] = runner_test()
%RUNNER_TEST testing function to test, if the runner is set up properly
result = true;
exit(result);
end
Loading