Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
plotID_matlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
plotID
plotID_matlab
Merge requests
!47
Fix CI-YAML
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix CI-YAML
fix-CI_Pipeline
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Fix CI-YAML
Lemmer, Jan
requested to merge
fix-CI_Pipeline
into
master
Dec 20, 2021
Overview
0
Commits
1
Pipelines
1
Changes
2
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4d734d34
1 commit,
Dec 20, 2021
2 files
+
12
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
CI_files/runner_test.m deleted
100644 → 0
+
0
−
7
View file @ 461be957
function
[
result
]
=
runner_test
()
%RUNNER_TEST testing function to test, if the runner is set up properly
result
=
true
;
exit
(
result
);
end
Loading