diff --git a/src/unitgrade_private/pipelines/dummy_handins.py b/src/unitgrade_private/pipelines/dummy_handins.py
index 5482e19d007c7324025b5a5406476e2589859b40..f294c2d69be0b0d7fdbde8f54aae320ad2051a70 100644
--- a/src/unitgrade_private/pipelines/dummy_handins.py
+++ b/src/unitgrade_private/pipelines/dummy_handins.py
@@ -17,6 +17,8 @@ def make_dummies(zip_file_path="zip1.zip", n_handins=3, screwups=4, student_base
         if os.path.isdir(tmp):
             shutil.rmtree(tmp)
         os.mkdir(tmp)
+        print("Working in directory", tmp)
+        
         # now we got a temp dir.
         # Deploy to this dir and create handins. Turn it all into a .zip file and return it.
         np.random.seed(42)