diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md
index 6359e83ded9c140890374328ae00a6d62618c5b5..7f21ae40e1a58e4a8d718a6561cc929415ff97a9 100644
--- a/docs.it4i/cs/job-scheduling.md
+++ b/docs.it4i/cs/job-scheduling.md
@@ -50,13 +50,13 @@ set | grep ^SLURM
 
 | variable name | description | example |
 | ------ | ------ | ------ |
-|SLURM_JOBID| job id of the executing job| 593 |
-|SLURM_JOB_NODELIST| nodes allocated to the job | p03-amd[01-02] |
-|SLURM_JOB_NUM_NODES| number of nodes allocated to the job | 2 |
-|SLURM_STEP_NODELIST| nodes allocated to the job step | p03-amd01 |
-|SLURM_STEP_NUM_NODES| number of nodes allocated to the job step | 1 |
-|SLURM_JOB_PARTITION| name of the partition | p03-amd |
-|SLURM_SUBMIT_DIR| submit directory | /scratch/project/open-xx-yy/work |
+| SLURM_JOBID | job id of the executing job| 593 |
+| SLURM_JOB_NODELIST | nodes allocated to the job | p03-amd[01-02] |
+| SLURM_JOB_NUM_NODES | number of nodes allocated to the job | 2 |
+| SLURM_STEP_NODELIST | nodes allocated to the job step | p03-amd01 |
+| SLURM_STEP_NUM_NODES | number of nodes allocated to the job step | 1 |
+| SLURM_JOB_PARTITION | name of the partition | p03-amd |
+| SLURM_SUBMIT_DIR | submit directory | /scratch/project/open-xx-yy/work |
 
 See [Slurm srun documentation][2] for details.