diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index ba7a2da4..535d5777 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { steps { dir(BUILDDIR_LINUX) { sh 'cmake ..' - sh 'cmake --build -t eive-unittests . -j' + sh 'cmake --build . -t eive-unittests -j' sh './eive-unittests' } }