diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b1f11eb2248e4a9dc3eba44e0fcf5f606da85f2..1495b86bcdf3f7319ba28c98d6a7fcf0f2392beb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -154,12 +154,12 @@ full_fat_depo:
       --run_date_type $FULL_FAT_RUN_DATE
       --custom_run_date $CUSTOM_RUN_DATE
 
-      if [[ "$FULL_FAT_COPY_OUTPUT" == "true" ]];
-      then
+      #if [[ "$FULL_FAT_COPY_OUTPUT" == "true" ]];
+      #then
       date=$(date '+%Y-%m-%d-%H%M');
       mkdir ${TEST_WORKSPACE_DIR}/integration/full/${date};
       cp -rv $OUTPUT_DIR/* ${TEST_WORKSPACE_DIR}/integration/full/${date};
-      fi
+      #fi
       
   artifacts:
     paths:
diff --git a/tests/integration/full/full_test_deposition.py b/tests/integration/full/full_test_deposition.py
index c2c287758464daa090e80c1a749a4a8452e4b5f3..579af60c73c0c57b3136c9da60fc97552d204bae 100644
--- a/tests/integration/full/full_test_deposition.py
+++ b/tests/integration/full/full_test_deposition.py
@@ -17,8 +17,8 @@ class TestFullDeposition(unittest.TestCase):
 
     @classmethod
     def setUpClass(cls) -> None:
-        # TestFullDeposition.write_temp_run_config_file()
-        # TestFullDeposition.run_depo_pipeline()
+        TestFullDeposition.write_temp_run_config_file()
+        TestFullDeposition.run_depo_pipeline()
         pass