I am trying to create a CI/CD pipeline with GitLab. In this CI/CD pipeline, matlab unit tests should be executed (class-based unit tests). For this pipeline I use the Matlab Runtime in a Linux docker. The Matlab Runtime is installed in the docker and the project files are also in the docker.
My Question: How can I run a matlab (*.m) file in this Linux docker with a terminal command? And is it even possible to run matlab files with the MCR?
Thanks for your help