diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc33d9f..d110137 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,19 @@ image: alpine:latest +stages: + - test + - deploy + +test_build: + stage: test + image: klakegg/hugo:0.111.3-ext-alpine-ci + script: + - hugo version + - hugo --minify + only: + - merge_requests + - master + deploy: stage: deploy before_script: