From b9e3343c3e4ead4b6a6acbc562c56432fc6da71d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 12 Dec 2017 01:51:57 +0100 Subject: [PATCH] .gitlab-ci.yml: refresh after ATF tests addition Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/44094313 Signed-off-by: Thomas Petazzoni --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9a7f78280..03c040140f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -231,6 +231,9 @@ zynq_microzed_defconfig: *defconfig zynq_zc706_defconfig: *defconfig zynq_zed_defconfig: *defconfig zynq_zybo_defconfig: *defconfig +tests.boot.test_atf.TestATFAllwinner: *runtime_test +tests.boot.test_atf.TestATFMarvell: *runtime_test +tests.boot.test_atf.TestATFVexpress: *runtime_test tests.core.test_post_scripts.TestPostScripts: *runtime_test tests.core.test_rootfs_overlay.TestRootfsOverlay: *runtime_test tests.core.test_timezone.TestGlibcAllTimezone: *runtime_test