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