From 2749596700072c1b061ddedfa708d467bff3ea93 Mon Sep 17 00:00:00 2001
From: stepan <stepan.sindelar@oracle.com>
Date: Wed, 20 Jun 2018 23:18:59 +0200
Subject: [PATCH] Use updated CI overlay

---
 ci.hocon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci.hocon b/ci.hocon
index 23e7eabfbe..7e60e869ae 100644
--- a/ci.hocon
+++ b/ci.hocon
@@ -8,7 +8,7 @@ include "ci_common/common.hocon"
 # The standard set of gate builds. N.B. the style/builtin checks are only run on Linux as they are not OS-dependent.
 
 # in case you want to enforce specific overlay commit, uncomment:
-# overlay = "6c3623c5f1394db280dca1243f88e61f806672f2"
+overlay = "ca898f99ff18a41ad8bb7a698b28a4f987dd076f"
 builds = [
   ${gateTestLinux}            {capabilities : [linux, amd64, fast],  targets : [gate], name: "gate-test-linux-amd64"}
   ${gateTestNoSpecialsLinux}  {capabilities : [linux, amd64, fast],  targets : [gate], name: "gate-test-linux-amd64-nospecials"}
-- 
GitLab