diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d04c698213f1c90ad1d25ff43676ba6bd33c2c6..2f22099963c4ae2e2ee0f20178432f647a876615 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ jammy:
     - molecule test
 noble:
   image: registry.git.coop/webarch/containers/images/noble:20241107
-  stage: bullseye
+  stage: noble
   script:
     - molecule test
 trixie:
diff --git a/tasks/conf_file.yml b/tasks/conf_file.yml
index 326f41508c34e602f39240c80a1295be2e7e7b0c..cf57f9dff62709163c47c846f4d4d93762311a40 100644
--- a/tasks/conf_file.yml
+++ b/tasks/conf_file.yml
@@ -59,7 +59,7 @@
     - name: Create or edit the file
       block:
 
-        # The config files can be templated if cases sensitivity in booloans is not an issue?
+        # The config files can be templated if case sensitivity in booleans is not an issue?
         # https://github.com/fail2ban/fail2ban/discussions/3886
         # - name: "Template the fail2ban config file at {{ fail2ban_config_file.path }}"
         #   ansible.builtin.template: