From 323124f195e1038199755c3157d64a60fef1b41f Mon Sep 17 00:00:00 2001 From: John Bond Date: Fri, 28 Sep 2018 14:18:40 +0100 Subject: [PATCH] update gitlab-ci file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ece06d8..3f00307 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ variables: BEAKER_PUPPET_COLLECTION: puppet5 PUPPET_GEM_VERSION: "~> 5.0" before_script: + - pwd + - gem install bundle - ruby -v - bundle --version - gem --version