diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e181bd63094144b3207bb9d11bc6e2999999374..ebede30e80d4d47e10f5090316e100aa79903830 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,10 @@ -test: +stages: + - build + - test + - deploy + +build-charm: tags: - shell script: - - echo "This is a test!" + - charm build