diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f646489b2f8d395f2a95a724de0af75715edd9ce..4bd1353d7bcdc8952e4b8b1da6188e926b41ef11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,11 @@ variables:
   GCP_DOMAIN: cloud.slb-ds.com
   GCP_STORAGE_URL: https://osdu-indexer-dot-opendes.appspot.com/api/storage/v2/
   IBM_BUILD_SUBDIR: provider/indexer-ibm
-
+  IBM_INT_TEST_SUBDIR: testing/indexer-test-ibm
+  IBM_SKIP_BUILD: 'true'
+  IBM_SKIP_DEPLOY: 'true'
+  IBM_SKIP_TEST: 'false'
+  
 include:
   - project: "osdu/platform/ci-cd-pipelines"
     ref: "ibm"
@@ -23,9 +27,9 @@ include:
   - project: "osdu/platform/ci-cd-pipelines"
     ref: "ibm"
     file: "cloud-providers/ibm.yml"
-  - project: "osdu/platform/ci-cd-pipelines"
-    ref: "ibm"
-    file: "scanners/fossa.yml"
-  - project: "osdu/platform/ci-cd-pipelines"
-    ref: "ibm"
-    file: "scanners/gitlab-ultimate.yml"
\ No newline at end of file
+#   - project: "osdu/platform/ci-cd-pipelines"
+#     ref: "ibm"
+#     file: "scanners/fossa.yml"
+#   - project: "osdu/platform/ci-cd-pipelines"
+#     ref: "ibm"
+#     file: "scanners/gitlab-ultimate.yml"
\ No newline at end of file