diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml
index 9507852afe9814256b4f3f27ad743edfc4a3b3a7..cd9b065e214e2ac1449ba0fd434682a421e8dddb 100644
--- a/athena_ci/ci.yml
+++ b/athena_ci/ci.yml
@@ -50,15 +50,15 @@ build_geomodel_athena:
     # @TODO: Add custom patches folder to be applied
     - >-
          acts-athena-ci/build.py
-           --directory build
-           --athena-ref ${ATHENA_REF}
-           --athena-repo ${ATHENA_GIT_REPO}
-           --athena-release ${ATHENA_RELEASE}
-           --acts-repo https://github.com/acts-project/acts.git
-           --acts-ref auto
-           --build-geomodel
-           --geomodel-source $PWD
-           --add-package-filters athena_ci/package_filters.txt
+         --directory build
+         --athena-ref ${ATHENA_REF}
+         --athena-repo ${ATHENA_GIT_REPO}
+         --athena-release ${ATHENA_RELEASE}
+         --acts-repo https://github.com/acts-project/acts.git
+         --acts-ref auto
+         --build-geomodel
+         --geomodel-source $PWD
+         --add-package-filters athena_ci/package_filters.txt
 
     - rm -rf build/acts-build build/athena-build build/geomodel-build