diff --git a/.CI/Jenkinsfile b/.CI/Jenkinsfile index f57c059..b68302d 100644 --- a/.CI/Jenkinsfile +++ b/.CI/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { docker { // Large image with full OpenModelica build dependencies; lacks omc and OMPython label 'linux' - image 'docker.openmodelica.org/omjulia-build-deps:v0.1.0' + image 'docker.openmodelica.org/metamodelica-build-deps:v0.1.0' alwaysPull true args '--privileged' }