From 3ff2e7335571bf397ed37b185115545dce46fe3c Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 4 Aug 2018 20:45:40 +0200 Subject: [PATCH] FIX - missing stage for build job in gitlab-ci.yml file. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f4b132..af49ff1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: - build build: + stage: build script: - apt-get update && apt-get install -y wget sudo - bash install-and-chroot.sh