diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0943429..3e953dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,17 @@ image: name: hashicorp/packer entrypoint: [""] +stages: + - test + - build + test: + stage: test script: - apk add --no-cache ansible && packer validate packer.json build: + stage: build script: - apk add --no-cache ansible && packer build packer.json artifacts: