From 184ef9f418738391f59e94579daf4b201675a6da Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Mon, 25 Mar 2019 11:34:53 +0100 Subject: [PATCH] Fix with an underscore --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7525dec..09d9c34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ services: stages: - build_publish -before-script: - - apk add bash +before_script: +- apk add bash staging: stage: build_publish