diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-08 22:38:45 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-08 22:41:53 +0100 |
| commit | 6e5a204dd8414673def51f3cf1f772357c9539b0 (patch) | |
| tree | e6a1467db6ea0baf126ce915c421c3350e6deb17 | |
| parent | 393b205de132658d2a7e68d8c9d45de6298813c7 (diff) | |
| download | buildroot-6e5a204dd8414673def51f3cf1f772357c9539b0.tar.gz buildroot-6e5a204dd8414673def51f3cf1f772357c9539b0.zip | |
.gitlab-ci.yml: update after addition of TestF2FS test case
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5fbdcb0d8..c78f2ea581 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -287,6 +287,7 @@ tests.fs.test_ext.TestExt2: *runtime_test tests.fs.test_ext.TestExt2r1: *runtime_test tests.fs.test_ext.TestExt3: *runtime_test tests.fs.test_ext.TestExt4: *runtime_test +tests.fs.test_f2fs.TestF2FS: *runtime_test tests.fs.test_iso9660.TestIso9660Grub2External: *runtime_test tests.fs.test_iso9660.TestIso9660Grub2ExternalCompress: *runtime_test tests.fs.test_iso9660.TestIso9660Grub2Internal: *runtime_test |

