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

Merge branch 'fix-CI_Pipeline' into 'master'

Fix CI-YAML

See merge request !47
parents 461be957 4d734d34
No related branches found
No related tags found
1 merge request!47Fix CI-YAML
Pipeline #632485 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