diff --git a/.ci-scripts/setup-integration-test.yml b/.ci-scripts/setup-integration-test.yml
index 99331394821ab05bc1939dfe68f77b20765e9ffd..707367293463077bf215359f6908df669c480f2f 100644
--- a/.ci-scripts/setup-integration-test.yml
+++ b/.ci-scripts/setup-integration-test.yml
@@ -44,14 +44,6 @@ setup-integration-test:
   - cd ${PATH_CLEAN_ADDITIONAL_SOFTWARE} && git checkout ${BRANCH_ADDITIONAL_SOFTWARE} && cd ${DIR_SUBMODULE_LIBS} && git checkout ${BRANCH_LIBRARIES}
   - cd ${PATH_CLEAN_AIRCRAFT_REFERENCES} && git checkout ${BRANCH_AIRCRAFT_REFERENCES}
   - cd ${PATH_CLEAN_LIBRARIES} && git checkout ${BRANCH_LIBRARIES} && cd ${CI_PROJECT_DIR}
-
-
-  ## If needed - checkout other lib version
-  ## Caution: the merge request shall work with the provided libraries, 
-  ## otherwise a submodule update shall be commited as well
-  #- rm -rf ${DIR_SUBMODULE_LIBS}
-  #- cd ${DIR_SUBMODULE_LIBS}
-  #- git checkout ${BRANCH_LIBRARIES}
   - cd ${CI_PROJECT_DIR}
 
   # Synnc also submodules of the current aircraft_design working copy