diff --git a/ci-scripts/cls_cots_ue.py b/ci-scripts/cls_cots_ue.py
index 42bf84d466402b11a9304fa744142c917d143862..dae77dc0cd463c1f26601f8ec3f0835f61b5cfc3 100644
--- a/ci-scripts/cls_cots_ue.py
+++ b/ci-scripts/cls_cots_ue.py
@@ -102,7 +102,7 @@ class CotsUe:
 					logging.error("ATTENTION : Could not toggle to : "+target_state_str)
 					logging.error("Current state is : "+ str(current_state))
 			else:
-				print("Airplane mode is already "+ target_state_str)
+				logging.info("Airplane mode is already "+ target_state_str)
 			mySSH.command('adb kill-server','\$',5)
 			mySSH.close()
 		#ue id is NOT in the dictionary
diff --git a/ci-scripts/ran.py b/ci-scripts/ran.py
index c0c3045333c5ce62ed1426c61e28ce999f23cdfa..d5906e9567ab7f29969f5df0b54c3fc262fb53fb 100644
--- a/ci-scripts/ran.py
+++ b/ci-scripts/ran.py
@@ -990,5 +990,5 @@ class RANManagement():
 			logging.debug(systemTime)
 			logging.debug(maxPhyMemUsage)
 			logging.debug(nbContextSwitches)
-			self.runtime_stats=runTime + '\n' + userTime + '\n' + systemTime + '\n' + maxPhyMemUsage + '\n' + nbContextSwitches
+			self.runtime_stats='<pre>'+runTime + '\n'+ userTime + '\n' + systemTime + '\n' + maxPhyMemUsage + '\n' + nbContextSwitches+'</pre>'
 		return global_status