diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db97c6c..36c250a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,12 +14,11 @@ stages: - build - push -before_script: - - apk add --no-cache go curl bash nodejs - - hugo version - - hugo mod get -u - test: + before_script: + - apk add --no-cache go curl bash nodejs + - hugo version + - hugo mod get -u script: - hugo rules: