| Index: .gitlab-ci.yml |
| diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml |
| index 734c9d83d6fd8cf4be78583d9cb68e81fe639db4..fd8f213b507353b1e0f4f878fdb19ad3ec8e70d0 100644 |
| --- a/.gitlab-ci.yml |
| +++ b/.gitlab-ci.yml |
| @@ -12,6 +12,12 @@ |
| # |
| # You should have received a copy of the GNU General Public License |
| # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| +# |
| +# NOTE: |
| +# This CI configuration is meant to be run on private runners, which can be |
| +# provisioned with the Ansible roles from |
| +# https://gitlab.com/eyeo/devops/ansible-role-adblockplus-builder and |
| +# https://gitlab.com/eyeo/devops/ansible-role-gitlab-runner |
| --- |