From 7b9e3740586c6a0e4b9a7bdd91aa9e6d5205dd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fda=C5=9F=20Bozman?= Date: Wed, 19 Oct 2016 15:09:00 +0200 Subject: [PATCH] CI: add rule for a new test --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8779b3c10..9150cb15b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,6 +95,16 @@ test:basic.sh: - build - build:test +test:data-encoding: + stage: test + tags: + - tezos_builder + script: + - make -C test run-test-data-encoding + dependencies: + - build + - build:test + publish:expurge: stage: publish tags: