diff --git a/conf/common/platforms.yml b/conf/common/platforms.yml
index fa9bc076022a8fa093e0be97e46b68086012cf71..2e591061dbd04b0f3abedf1b1477478d151929e3 100644
--- a/conf/common/platforms.yml
+++ b/conf/common/platforms.yml
@@ -62,19 +62,19 @@ Platforms:
     HOST: "%UserInformation.LEVANTE.host%"
     PROJECT: "%UserInformation.LEVANTE.project%"
     USER: "%UserInformation.LEVANTE.project%"
+    QUEUE: "compute"
     SCRATCH_DIR: "%UserInformation.LEVANTE.scratch%"
     ADD_PROJECT_TO_HOST: False
     MAX_WALLCLOCK: '48:00'
     TEMP_DIR: ''
-    CUSTOM_DIRECTIVES: "#SBATCH -p compute -A %UserInformation.LEVANTE.project%"
 
   LEVANTE_LOGIN:
     TYPE: ps
     HOST: "%UserInformation.LEVANTE.host%"
     PROJECT: "%UserInformation.LEVANTE.project%"
     USER: "%UserInformation.LEVANTE.project%"
+    QUEUE: "compute"
     SCRATCH_DIR: "%UserInformation.LEVANTE.scratch%"
     ADD_PROJECT_TO_HOST: False
     MAX_WALLCLOCK: '48:00'
     TEMP_DIR: ''
-    CUSTOM_DIRECTIVES: "#SBATCH -p compute -A %UserInformation.LEVANTE.project%"