Feature 11077: new option to install specific components with a specific tag from CICD

Change-Id: Id49c65d3f22e123d7e4ad3c83cf93df2281ea6ad
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/01-export-osm-install-options.sh b/installers/01-export-osm-install-options.sh
index 7fa0302..a69eb64 100755
--- a/installers/01-export-osm-install-options.sh
+++ b/installers/01-export-osm-install-options.sh
@@ -49,6 +49,7 @@
 export DOCKER_REGISTRY_PASSWORD=${DOCKER_REGISTRY_PASSWORD}
 export DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL}
 export DOCKER_PROXY_URL=${DOCKER_PROXY_URL}
+export MODULES_FOR_TESTING=${MODULES_FOR_TESTING}
 export MODULE_DOCKER_TAG=${MODULE_DOCKER_TAG}
 export OSM_CLIENT_VERSION=${OSM_CLIENT_VERSION}
 export OSM_IM_VERSION=${OSM_IM_VERSION}