From ff7985852ef5e9647fe9de8051c635b10c636b34 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Mon, 12 Sep 2022 09:41:32 +0000
Subject: [PATCH] L2SS-912: Ensure integration test script starts ccd simulator

---
 sbin/run_integration_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index f1ee76c76..3047557a3 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -75,7 +75,7 @@ echo '/usr/local/bin/wait-for-it.sh ${TANGO_HOST} --strict --timeout=300 -- true
 
 DEVICES="device-boot device-apsct device-ccd device-apspu device-sdp device-recv device-bst device-sst device-unb2 device-xst device-beamlet device-digitalbeam device-tilebeam device-psoc device-pcon device-antennafield device-temperature-manager device-observation device-observation-control"
 
-SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim"
+SIMULATORS="sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim ccd-sim"
 
 # Build only the required images, please do not build everything that makes CI
 # take really long to finish, especially grafana / jupyter / prometheus.
-- 
GitLab