diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 777120a6bcf46334c6ec97d7552826b0bf224e1b..1408ff7fc14e7a114b18e18cddbbf0718c023d6c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ stages:
 before_script:
 # the following commands will be executed at the beginning of each job
 # they are needed to copy param.cfg to SETTE directory and to load the modules
-  - declare -A HOST_NAME=( ["kara"]="KR" ["aa"]="AA" ["belenoslogin"]="BL" ["irene"]="IR" ["jean-zay"]="JZ" )
+  - declare -A HOST_NAME=( ["kara"]="KR" ["aa"]="AA" ["ac"]="AA" ["belenoslogin"]="BL" ["irene"]="IR" ["jean-zay"]="JZ" )
   - SETTE_MOD=${HOST_NAME[${HOSTNAME//[0-9,-,.]*}]}_SETTE_MOD
   - if [ -d ${HOME}/modules ]; then module use ${HOME}/modules; fi
   - module purge || true   # force to always have 0 as error code (needed for irene)