diff --git a/src/Handler.php b/src/Handler.php
index acd0a1b950cbe79b76e43909defca21637b0819a..bc75eafdc76288b64005837ef965f10a82f9136d 100644
--- a/src/Handler.php
+++ b/src/Handler.php
@@ -19,7 +19,7 @@ class Handler extends BaseHandler {
   public function prepareDevProjects() {
 
     // We only do the fancy stuff for developers.
-    if (!$this->isDevMode()) {
+    if (!$this->isDevMode() || $this->isCiContext()) {
       return;
     }