From 867cb1c7eebf9d437d04733b51a9fda678bb42fc Mon Sep 17 00:00:00 2001 From: Bartlomiej <bartlomiej.piotr.bojanowski@gmail.com> Date: Wed, 18 Oct 2023 10:20:46 +0200 Subject: [PATCH] add stage --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d34011..3eb8aba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ stages: - check_style # - test - build + - build_clarin_json + before_script: - pip install tox==4.5.1 -- GitLab