From 8846e5733a455d2dc4e2e3ff34a0ba89f4d7f73c Mon Sep 17 00:00:00 2001 From: bbartels <bbartels@iastate.edu> Date: Wed, 26 Apr 2017 10:23:19 -0500 Subject: [PATCH] Update ci_faq.md --- documentation/ci_faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/ci_faq.md b/documentation/ci_faq.md index e630d3c16..d083d62ef 100644 --- a/documentation/ci_faq.md +++ b/documentation/ci_faq.md @@ -28,6 +28,11 @@ condition. thing is to fix the test so that we continue to have good regression test coverage over our code. +## My build failed due to unavailable software. How do I install things on CI? +Each build is run within a docker image. Add whatever software you need on the +`sudo apt install ...` line inside of the `.gitlab-ci.yml` file in the root +directory. + ## How does CI work? When a commit is added to a branch in our repository, a notification is sent out to our gitlab-ci-runner, which instructs it to checkout the updated branch and -- GitLab