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

Fix missing path

parent 42fd0439
Branches
Tags
2 merge requests!32Dev/config,!30Fix CI
Pipeline #591918 passed
...@@ -10,6 +10,8 @@ if contains(pwd,'CI_files') ...@@ -10,6 +10,8 @@ if contains(pwd,'CI_files')
cd .. % move one directory up cd .. % move one directory up
end end
addpath('CI_files');
% clean up, if previous run failed % clean up, if previous run failed
try try
delete(['CI_files' filesep 'export' filesep '*']); delete(['CI_files' filesep 'export' filesep '*']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment