diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1817432d9271ab73510e02fb53c584ed9379464..e853d0f71b6132afa5966ec21a15ef0c4b600ded 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,8 @@ Build:
     when: always
     paths:
       - site/
+  only:
+    - master
 
 Deploy:
   stage: deploy
@@ -28,3 +30,5 @@ Deploy:
   script:
     - a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1
   cache: {}
+  only:
+    - master
diff --git a/docs/docker/l3d/drupal.md b/docs/docker/l3d/drupal.md
index fefb6c2fbbda53eec59f63fa6dbd4e448200cde0..fc8e5644b2a69a984771bc8840b630a22936b8b6 100644
--- a/docs/docker/l3d/drupal.md
+++ b/docs/docker/l3d/drupal.md
@@ -17,7 +17,7 @@ L3D if you add our ccomposer plugin [drupal-development-environment](/composer/p
 to your required dev components:
 
 ```bash
-composer require-dev lakedrops/drupal-development-environment
+composer require --dev lakedrops/drupal-development-environment
 ```
 
 This comes with all the dependencies, that help you in local Drupal development: