diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index bd5320f1..ba7a2da4 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -25,9 +25,8 @@ pipeline { steps { dir(BUILDDIR_LINUX) { sh 'cmake ..' - //to be used when unittests are merged... - //sh 'cmake --build -t eive-unittests . -j' - //sh './eive-unittests' + sh 'cmake --build -t eive-unittests . -j' + sh './eive-unittests' } } }