diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index d4a8e2ab8..ba3f5afbf 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any environment { - BUILDDIR = 'build-unittests' + BUILDDIR = 'build-tests' } stages { stage('Create Docker') {