diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41b9da4..ac1d6b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ stages: - build - test + - deploy before_script: - ./bootstrap @@ -17,3 +18,9 @@ test: - test script: - make coverage-html + +dist: + stage: + - deploy + script: + - make dist