X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=568f97eba18d3dd7b541b3642a6b9429b67b1291;hp=642c68d79d8a8bd9f7f68a1482e9b054c8cb484a;hb=HEAD;hpb=0df3d9ac8a24c04ba56fb30849cb6567d6c3efe8 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 642c68d79..568f97eba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ - git config --global user.email "you@example.com" - apt-get update - - apt-get install -y cmake libldap-dev libsasl2-dev + - apt-get install -y cmake libaugeas-dev libcurl4-openssl-dev libssl-dev libldap-dev libsasl2-dev pkg-config - bundle install --binstubs bin --with octocatalog - echo -n "$FILE_R10K" > r10k.yaml @@ -16,6 +16,7 @@ - git branch -f $ENV_TEST $CI_BUILD_REF - bundle exec r10k deploy environment --puppetfile --verbose debug $ENV_BASE $ENV_TEST - spec/octocatalog/init-system + - spec/octocatalog/init-env - spec/octocatalog/run-octocatalog test-octocatalog/master: