From e1537f7092bb4c18af0bc66e49b383a9a556be33 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 12 Feb 2018 12:41:43 +0000 Subject: [PATCH] geht es etz so? --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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