diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6708cecc11df9e7aab8614b77c2ae636a8432d12..a09aed3f42557c2668cce28233dda4517e784979 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 #
-# This file is a part of the CaosDB Project.
+# This file is a part of the LinkAhead Project.
 #
 # Copyright (C) 2021-2022 Indiscale GmbH <info@indiscale.com>
 # Copyright (C) 2021-2022 Daniel Hornung <d.hornung@indiscale.com>
@@ -21,7 +21,7 @@
 
 variables:
   # this is the image where cpplib repo is present (artifact from pipeline in
-  # caosdb-cpplib)
+  # linkahead-cpplib)
   CPPLIB_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-cpplib/testenv:$CI_COMMIT_REF_NAME
   OCTAVELIB_REGISTRY_IMAGE: $CI_REGISTRY_IMAGE/testenv:$CI_COMMIT_REF_NAME
 
@@ -34,9 +34,10 @@ variables:
 image: $OCTAVELIB_REGISTRY_IMAGE
 
 stages:
-  - setup
-  - test
-  - deploy
+  - None   # FIXME Either fix pipeline or declare this project deprecated.
+  # - setup
+  # - test
+  # - deploy
 
 ######## Setup ########