From 3854fa38cc80a1a506b5a04043d6352f42dad3cd Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Thu, 25 Apr 2019 11:17:54 +0200 Subject: [PATCH] ci: test storage --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af0f6ca28..efccbd7ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,3 +136,11 @@ test legacy: - cd legacy - pipenv run script/cibuild - pipenv run script/test + +test storage: + stage: test + dependencies: [] + script: + - cd storage/tests + - pipenv run make build + - pipenv run make tests_all