diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31a40cc235c4f90210ca97b2d96323711fc47b8d..53010ab85858b6d6907c1bcd2f57662a6f31d996 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [6.0.2] - 2024-10-30
+
+### Fixed
+
+- Fixed auto devops include in `/auto-devops/common.yml`.
+
 ## [6.0.1] - 2024-10-30
 
-### Fixed 
+### Fixed
 
 - Correction to the documented ci template path '/auto-devops/auto-devops.gitlab-ci.yml'.
 
diff --git a/auto-devops/common-pipeline.yml b/auto-devops/common-pipeline.yml
index 245597a0e6ff9c2e571186be9ea064555fdc0e61..2515ed1f64ed89433001aa80c182d7fa5a3128cf 100644
--- a/auto-devops/common-pipeline.yml
+++ b/auto-devops/common-pipeline.yml
@@ -7,7 +7,7 @@
 # We add a "default" workflow rule but downstream users of this template can easily override these with their own.
 
 include:
-  - local: /auto-devops.gitlab-ci.yml
+  - local: /auto-devops/auto-devops.gitlab-ci.yml
 
   # Utilities
   - local: "/python-common.yml"