diff --git a/tests/isr_yield_higher/Makefile b/tests/isr_yield_higher/Makefile
index 43de5a792f0497377ff1ce9b6f858b78ba1e3d5c..f5124bb23b2fb3c620c6a4923a41e4921ef3ac49 100644
--- a/tests/isr_yield_higher/Makefile
+++ b/tests/isr_yield_higher/Makefile
@@ -5,6 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
 
 USEMODULE += xtimer
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile
index 294cc2cc489c59f0695623fb8b9caee8f8149236..a555c5f5bcdb4742e0ae9cec941ff80274dc6f63 100644
--- a/tests/libfixmath_unittests/Makefile
+++ b/tests/libfixmath_unittests/Makefile
@@ -17,6 +17,8 @@ endif
 
 USEMODULE += printf_float
 
+TEST_ON_CI_WHITELIST += native
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/pipe/Makefile b/tests/pipe/Makefile
index 4d25c6d2f4033da9cf2048274c963fa22e9dec60..7f3d01f2a3be0431dd0a4b159658c4e6ee0378af 100644
--- a/tests/pipe/Makefile
+++ b/tests/pipe/Makefile
@@ -6,6 +6,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
 
 USEMODULE += pipe
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/pkg_cayenne-lpp/Makefile b/tests/pkg_cayenne-lpp/Makefile
index 30ed3b63c91ea9e41f6f4dd71bbd4acf59b42b1b..e6d97f790a6b5e23186df7d60c4b3feefb9cfdff 100644
--- a/tests/pkg_cayenne-lpp/Makefile
+++ b/tests/pkg_cayenne-lpp/Makefile
@@ -2,6 +2,8 @@ include ../Makefile.tests_common
 
 USEPKG += cayenne-lpp
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/posix_semaphore/Makefile b/tests/posix_semaphore/Makefile
index 0addc28ee7c29acf42e5a4266883c8435e7ecf7c..f83470100e528da726d556fbbc4c736fb43c1b7a 100644
--- a/tests/posix_semaphore/Makefile
+++ b/tests/posix_semaphore/Makefile
@@ -10,6 +10,8 @@ USEMODULE += posix_semaphore
 
 DISABLE_MODULE += auto_init
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile
index 34c26cb179aed97482d06903ed3143be6bbf72ec..e8c04d6aa0a325fab5d1ef9eef37d3546236ae24 100644
--- a/tests/rmutex/Makefile
+++ b/tests/rmutex/Makefile
@@ -3,6 +3,8 @@ include ../Makefile.tests_common
 BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
                              nucleo-l053 stm32f0discovery
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile
index 8886ca9ba797705095ee8b71db6a653719136a66..eef3ae25de98337b1acea1172b17bfa1d592e565 100644
--- a/tests/thread_cooperation/Makefile
+++ b/tests/thread_cooperation/Makefile
@@ -21,6 +21,8 @@ PROBLEM ?= 12
 
 CFLAGS += -DPROBLEM=$(PROBLEM)
 
+TEST_ON_CI_WHITELIST += all
+
 test:
 	./tests/01-run.py
 
diff --git a/tests/thread_exit/Makefile b/tests/thread_exit/Makefile
index 59ff51cb575fb70ea8304001c8a23cda41e88bd0..4e31de8c5fcd051a38f3eee3fece361e5e2050c1 100644
--- a/tests/thread_exit/Makefile
+++ b/tests/thread_exit/Makefile
@@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
 
 DISABLE_MODULE += auto_init
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/thread_flags/Makefile b/tests/thread_flags/Makefile
index 85684c4c00d639101298a22c3f0845b307ccc2ba..b7e4554ba080c399135a8c26c804cea0ac2f1117 100644
--- a/tests/thread_flags/Makefile
+++ b/tests/thread_flags/Makefile
@@ -5,6 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
 USEMODULE += core_thread_flags
 USEMODULE += xtimer
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/trace/Makefile b/tests/trace/Makefile
index fba06069ec9819c1e3287b18f9608e05ad30056d..9015e73ecd1dbdaace5a1ff276bd306fe9248420 100644
--- a/tests/trace/Makefile
+++ b/tests/trace/Makefile
@@ -6,6 +6,8 @@ USEMODULE += trace
 
 BOARD_WHITELIST := native
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/xtimer_hang/Makefile b/tests/xtimer_hang/Makefile
index eb582b097f6eff023fd0336ebe578ad23ad07111..7ae78d896d7a3e8a5043f91d68879e6323a27917 100644
--- a/tests/xtimer_hang/Makefile
+++ b/tests/xtimer_hang/Makefile
@@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
 
 USEMODULE += xtimer
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test:
diff --git a/tests/xtimer_usleep/Makefile b/tests/xtimer_usleep/Makefile
index c148cf411904e0177edb8945ef857f1968e26574..124e21185343337bd5072d375d4da08e2fd546ff 100644
--- a/tests/xtimer_usleep/Makefile
+++ b/tests/xtimer_usleep/Makefile
@@ -2,6 +2,8 @@ include ../Makefile.tests_common
 
 USEMODULE += xtimer
 
+TEST_ON_CI_WHITELIST += all
+
 include $(RIOTBASE)/Makefile.include
 
 test: