Merge "[CVP,master] Define runtest_tempest_cfg_dir in Initialization stage"
diff --git a/cvp-tempest.groovy b/cvp-tempest.groovy
index 51250f1..d8087b3 100644
--- a/cvp-tempest.groovy
+++ b/cvp-tempest.groovy
@@ -171,7 +171,7 @@
             junit "${report_prefix}.xml"
         }
     } finally {
-        if (DEBUG_MODE == 'false') {
+        if ( ! DEBUG_MODE.toBoolean() ) {
             validate.runCleanup(saltMaster, TARGET_NODE, container_name)
         }
     }