diff --git a/chart/values.yaml b/chart/values.yaml
index 352a10837e2fab8867d83293793799275aaba180..49d61a9779ee54a7a012e11082e983de8db1db34 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1188,11 +1188,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/gitlab.git
       path: "./chart"
-      tag: "8.6.2-bb.0"
+      tag: "8.7.4-bb.0"
     helmRepo:
       repoName: "registry1"
       chartName: "gitlab"
-      tag: "8.6.2-bb.0"
+      tag: "8.7.4-bb.0"
 
     # -- Flux reconciliation overrides specifically for the Gitlab Package
     flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index ae7dea7d17b39cb50283bca9b6511722d41d75ef..664813b530a39f7be716871ee874fcf9d3cccabf 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -1527,16 +1527,13 @@ addons:
           persistence:
             size: 256Mi
       bbtests:
-        # TODO: turn these back on once we get 2.39.0 out the door, provided we've managed to fix or remove the failing gitlab script tests
-        enabled: false
-        #cypress:
-        #  envs:
-        #    cypress_url: https://gitlab.dev.bigbang.mil
-        # scripts:
-        #   envs:
-        #     GITLAB_REPOSITORY: https://gitlab.dev.bigbang.mil
-        #     GITLAB_ORIGIN: https://testuser:Password123h56a78@gitlab.dev.bigbang.mil
-        #     GITLAB_REGISTRY: registry.dev.bigbang.mil
+        enabled: true
+        cypress:
+          envs:
+            cypress_url: https://gitlab.dev.bigbang.mil
+        scripts:
+          envs:
+            GITLAB_REGISTRY: registry.dev.bigbang.mil
 
   gitlabRunner:
     enabled: false