ci: enable unit testing
authorPetr Štetiar <ynezz@true.cz>
Thu, 26 Dec 2019 08:48:31 +0000 (09:48 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 26 Dec 2019 08:48:31 +0000 (09:48 +0100)
In commit 4462ff9dedfa ("add cram based unit tests") some unit tests
were added so enable them on CI as well.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
.gitlab-ci.yml

index 94f65e71b11100167fcab6d32322093e2f487308..4874fbd18facd97933cffdf16394e244592223af 100644 (file)
@@ -1,4 +1,5 @@
 variables:
 variables:
+  CI_ENABLE_UNIT_TESTING: 1
   CI_TARGET_BUILD_DEPENDS: ucert
 
 include:
   CI_TARGET_BUILD_DEPENDS: ucert
 
 include: