diff --git a/project.gitlab-ci.yml b/project.gitlab-ci.yml
index 99292c16e0e4b30c02a6e8d98da6551a0e95d1bc..f133f7c9ba9278e1236972f4b48393301d91256a 100644
--- a/project.gitlab-ci.yml
+++ b/project.gitlab-ci.yml
@@ -26,9 +26,11 @@ include:
 #for adding EXTRA_ARGS to the building process
 #
 # Use the UNREAL_VERSION variable to adjust to your preferred Unreal version.
+# Use the CUSTOM_NDISPLAY_CONFIG variable in case you need a custom ndisplay config. These are always located in /home/vrdemo/configs/ndisplay.
 
 variables:
   UNREAL_VERSION: "5.3"
+  CUSTOM_NDISPLAY_CONFIG: ""
 
 stages:
   - build