diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6412f5d..3c66771 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,9 @@ stages: - rootfs - torrent +before_script: + - apk add --no-cache ansible mktorrent + prepare: variables: ZIPFILE: packer_${PACKER_VERSION}_linux_amd64.zip @@ -20,7 +23,6 @@ prepare: - mkdir -p bin - | [ ! -e bin/packer ] && wget -c https://releases.hashicorp.com/packer/${PACKER_VERSION}/${ZIPFILE} && unzip "$ZIPFILE" -d bin && rm -f "$ZIPFILE" - - apk add --no-cache mktorrent only: - /ci/