diff --git a/docs.it4i/general/slurm-job-submission-and-execution.md b/docs.it4i/general/slurm-job-submission-and-execution.md
index e6d1a5fb8e37b40da027c3aaeaf8f5f6e1437115..5f4a57ea9d8af9473573fc2fbf39f65091002f1f 100644
--- a/docs.it4i/general/slurm-job-submission-and-execution.md
+++ b/docs.it4i/general/slurm-job-submission-and-execution.md
@@ -160,7 +160,7 @@ Commonly used variables are:
 
 | variable name | description | example |
 | ------ | ------ | ------ |
-| SLURM_JOBID | job id of the executing job| 593 |
+| SLURM_JOB_ID | job id of the executing job| 593 |
 | SLURM_JOB_NODELIST | nodes allocated to the job | cn[101-102] |
 | SLURM_JOB_NUM_NODES | number of nodes allocated to the job | 2 |
 | SLURM_STEP_NODELIST | nodes allocated to the job step | cn101 |