diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 632f7802921407d8001d70649ed66ee9808401ae..72cf341d4ddb2be50a2c8152fd00425b1a61c898 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,18 +1,18 @@
-build1:
-  stage: build
-  tags:
-    - landingpage
-  script:
-    - echo "Pulling repos..."
-    - pushd /opt/fgwb-gitlab-ci/gitmeta && git pull && popd
-    - pushd /opt/fgwb-gitlab-ci/gitwiki && git pull && popd
-    - fgwb file:///opt/fgwb-gitlab-ci/gitwiki/.git file:///opt/fgwb-gitlab-ci/gitmeta/.git /opt/fgwb-gitlab-ci/todeploy
-    - rm -rf /tmp/fgwb/
-
-deploy1:
-  stage: deploy
-  tags:
-    - landingpage
-  script:
-    - cp -rv /opt/fgwb-gitlab-ci/todeploy/* /usr/share/nginx/html/
-    - chmod -R a+rX /usr/share/nginx/html/
+#build1:
+#  stage: build
+#  tags:
+#    - landingpage
+#  script:
+#    - echo "Pulling repos..."
+#    - pushd /opt/fgwb-gitlab-ci/gitmeta && git pull && popd
+#    - pushd /opt/fgwb-gitlab-ci/gitwiki && git pull && popd
+#    - fgwb file:///opt/fgwb-gitlab-ci/gitwiki/.git file:///opt/fgwb-gitlab-ci/gitmeta/.git /opt/fgwb-gitlab-ci/todeploy
+#    - rm -rf /tmp/fgwb/
+#
+#deploy1:
+#  stage: deploy
+#  tags:
+#    - landingpage
+#  script:
+#    - cp -rv /opt/fgwb-gitlab-ci/todeploy/* /usr/share/nginx/html/
+#    - chmod -R a+rX /usr/share/nginx/html/