From aa49d7bb31fdd4e68c4fd75bc5c2c05d1b67e02a Mon Sep 17 00:00:00 2001 From: Benjamin Canou Date: Mon, 24 Jul 2017 19:06:40 +0200 Subject: [PATCH] CI: run the Michelson test suite --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7410ff40..a18861e8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,6 +151,15 @@ test:basic.sh: dependencies: - build +test:contracts.sh: + stage: test + tags: + - tezos_builder + script: + - make -C test run-contracts.sh + dependencies: + - build + build:docker: stage: build_docker image: docker:latest