diff --git a/submit.yml.erb b/submit.yml.erb
index a8130644d6da5b91171d5aa44a027e2f48742138..863020b791c75dfe5bceec94cb3f8daaf65b0347 100644
--- a/submit.yml.erb
+++ b/submit.yml.erb
@@ -16,7 +16,7 @@ script:
     - "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
     - "--partition=<%= bc_partition %>"
     - "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
-    - "--job-name=ood-jupyter"
+    - "--job-name=ood-jupyterlab"
 <%- if bc_partition.include? "pascalnodes" -%>
     - "--gres=gpu:1"
 <%- end -%>