From c84d893c0040950661966b4a9067415e358498de Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 10:55:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dda85c6..0a2e17a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,8 @@ # Stages run in sequential order, but jobs within stages run in parallel. # # For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages +before_script: + - docker info stages: # List of stages for jobs, and their order of execution - build