diff --git a/src/DrupalCI/Build/CodeBase/CodeBase.php b/src/DrupalCI/Build/CodeBase/CodeBase.php
index 4fc14da..38b7f62 100644
--- a/src/DrupalCI/Build/CodeBase/CodeBase.php
+++ b/src/DrupalCI/Build/CodeBase/CodeBase.php
@@ -5,10 +5,10 @@
  * Contains \DrupalCI\Build\CodeBase\Codebase
  */
 
-namespace DrupalCI\Build\Codebase;
+namespace DrupalCI\Build\CodeBase;
 
 use DrupalCI\Console\Output;
-use DrupalCI\Build\Codebase\Patch;
+use DrupalCI\Build\CodeBase\Patch;
 use DrupalCI\Build\Definition\BuildDefinition;
 use DrupalCI\Build\BuildInterface;
 use DrupalCI\Injectable;
diff --git a/src/DrupalCI/Build/CodeBase/CodeBaseInterface.php b/src/DrupalCI/Build/CodeBase/CodeBaseInterface.php
index 1abe3e5..cdbf2d3 100644
--- a/src/DrupalCI/Build/CodeBase/CodeBaseInterface.php
+++ b/src/DrupalCI/Build/CodeBase/CodeBaseInterface.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace DrupalCI\Build\Codebase;
+namespace DrupalCI\Build\CodeBase;
 
 use DrupalCI\Build\Definition\BuildDefinition;
 
diff --git a/src/DrupalCI/Build/CodeBase/Patch.php b/src/DrupalCI/Build/CodeBase/Patch.php
index fc9bc3c..50d9d42 100644
--- a/src/DrupalCI/Build/CodeBase/Patch.php
+++ b/src/DrupalCI/Build/CodeBase/Patch.php
@@ -5,10 +5,10 @@
  * Contains \DrupalCI\Build\Codebase\Patch
  */
 
-namespace DrupalCI\Build\Codebase;
+namespace DrupalCI\Build\CodeBase;
 
 use DrupalCI\Console\Output;
-use DrupalCI\Build\Codebase\CodeBase;
+use DrupalCI\Build\CodeBase\CodeBase;
 use GuzzleHttp\Client;
 use GuzzleHttp\ClientInterface;
 
diff --git a/src/DrupalCI/Build/CodeBase/PatchInterface.php b/src/DrupalCI/Build/CodeBase/PatchInterface.php
index 27198ca..5a52871 100644
--- a/src/DrupalCI/Build/CodeBase/PatchInterface.php
+++ b/src/DrupalCI/Build/CodeBase/PatchInterface.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace DrupalCI\Build\Codebase;
+namespace DrupalCI\Build\CodeBase;
 
 
 /**
diff --git a/src/DrupalCI/Console/Command/Run/RunCommand.php b/src/DrupalCI/Console/Command/Run/RunCommand.php
index fe76c9c..6d4612c 100644
--- a/src/DrupalCI/Console/Command/Run/RunCommand.php
+++ b/src/DrupalCI/Console/Command/Run/RunCommand.php
@@ -11,7 +11,7 @@ use DrupalCI\Console\Command\Drupal\DrupalCICommandBase;
 use DrupalCI\Helpers\ConfigHelper;
 use DrupalCI\Injectable;
 use DrupalCI\Console\Output;
-use DrupalCI\Build\Codebase\CodeBase;
+use DrupalCI\Build\CodeBase\CodeBase;
 use DrupalCI\Build\Definition\BuildDefinition;
 use DrupalCI\Build\Results\BuildResults;
 use DrupalCI\Build\BuildInterface;
