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

Fix CI-YAML

parent 461be957
Branches
No related tags found
1 merge request!47Fix CI-YAML
Pipeline #609766 passed
...@@ -5,6 +5,16 @@ Test Code: ...@@ -5,6 +5,16 @@ Test Code:
stage: Run stage: Run
tags: tags:
- matlab - matlab
- bash
script: script:
- ./CI_files/runtest.ps1 - cd ./CI_files
- cat log2.txt - 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