Skip to content
Snippets Groups Projects
Commit 4d734d34 authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Fix CI-YAML

parent 461be957
No related branches found
No related tags found
1 merge request!47Fix CI-YAML
Pipeline #609766 passed
......@@ -5,6 +5,16 @@ Test Code:
stage: Run
tags:
- matlab
- bash
script:
- ./CI_files/runtest.ps1
- cat log2.txt
- cd ./CI_files
- chmod +x ./runner_linux.sh
- ./runner_linux.sh
- cat ./log.txt
artifacts:
paths:
- ./CI_files/log.txt
- ./CI_files/matlab_log.txt
when: always
expire_in: 1 week
function [result] = runner_test()
%RUNNER_TEST testing function to test, if the runner is set up properly
result = true;
exit(result);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment