Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / .gitlab-ci.yml
index 642c68d..568f97e 100644 (file)
@@ -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: