Isolate test debug environment
diff --git a/Taskfile.yml b/Taskfile.yml
index 11ae9d4..f8afacb 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -130,6 +130,8 @@
       - task: bats
       - rm -Rf ~/.ops/olaris
       - |
+        unset DEBUG
+        unset TRACE
         unset OPS_BRANCH
         unset OPS_REPO
         unset OPS_ROOT
@@ -150,4 +152,3 @@
               python3 difftest.py
         else  python3 difftest.py {{.N}}
         fi
-