diff --git a/config/ClientsSharedConfig.ts b/config/ClientsSharedConfig.ts
index 1c8af72060ec92d87ed2ce0fda46c6008f79637a..ea55b0c06a35f38773c6744474159514f0687fed 100644
--- a/config/ClientsSharedConfig.ts
+++ b/config/ClientsSharedConfig.ts
@@ -6,7 +6,6 @@ class ClientsSharedConfig {
     };
 
     public gitlab: {
-        apiURL: string
         dojoAccount: { id: number; username: string; };
     };
 
@@ -30,7 +29,6 @@ class ClientsSharedConfig {
         };
 
         this.gitlab = {
-            apiURL     : process.env.GITLAB_API_URL || '',
             dojoAccount: {
                 id      : Number(process.env.GITLAB_DOJO_ACCOUNT_ID) || -1,
                 username: process.env.GITLAB_DOJO_ACCOUNT_USERNAME || ''