diff --git a/ExpressAPI/src/managers/GitlabManager.ts b/ExpressAPI/src/managers/GitlabManager.ts
index f4b6354e761ac203e8fc40d5417fb0eafe782790..65a27c378c6101d3e0b95bae6f8715cd18724eb3 100644
--- a/ExpressAPI/src/managers/GitlabManager.ts
+++ b/ExpressAPI/src/managers/GitlabManager.ts
@@ -86,7 +86,7 @@ class GitlabManager {
         try {
             const project: GitlabRepository = await this.getRepository(idOrNamespace);
 
-            if ( [ GitlabVisibility.Public.valueOf(), GitlabVisibility.Internal.valueOf() ].includes(project.visibility) ) {
+            if ( [ GitlabVisibility.PUBLIC.valueOf(), GitlabVisibility.INTERNAL.valueOf() ].includes(project.visibility) ) {
                 return StatusCodes.OK;
             }
         } catch ( e ) {
diff --git a/ExpressAPI/src/shared b/ExpressAPI/src/shared
index f20c94b884f7ab76936b059b712274a35fcc6318..69905ce759cb3edaf7f78ef5cc815d199ae325b9 160000
--- a/ExpressAPI/src/shared
+++ b/ExpressAPI/src/shared
@@ -1 +1 @@
-Subproject commit f20c94b884f7ab76936b059b712274a35fcc6318
+Subproject commit 69905ce759cb3edaf7f78ef5cc815d199ae325b9