diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e953dc..bca2550 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,12 +9,14 @@ stages: test: stage: test script: - - apk add --no-cache ansible && packer validate packer.json + - apk add --no-cache ansible + - packer validate packer.json build: stage: build script: - - apk add --no-cache ansible && packer build packer.json + - apk add --no-cache ansible + - packer build packer.json artifacts: paths: - rootfs.tar