Why do I encounter a "source path does not exist" error from the Gitlab Runner Docker executor when downloading jobs in Simulink Check R2025b?
Show older comments
I am following the workflow in "Process Integration and Artifact Management for GitLab" to generate a GitLab pipeline. The pipeline structure is as follows:
- The top-level ".gitlab-ci.yml" triggers a downstream (child) pipeline generated by Simulink.
- This child pipeline runs a series of jobs for model analysis and testing, including:
In the logs for all three jobs, I notice that the executor errors with a "source path does not exist" message while running "job_download.py":
python3 "$MW_PIPELINE_UTIL_PATH/py/job_download.py" --jobname "$CI_JOB_NAME"... JOB DOWNLOAD...Downloading artifacts to _downloads_ folderSource path does not exist: ./<path name>
Why am I getting this error?
Accepted Answer
More Answers (0)
Categories
Find more on Get Started in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!