From a8a3caee9544d17391cbd8d4ba446bfd7882dd65 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Thu, 23 Jan 2020 12:07:09 +0100 Subject: [PATCH] chore(circleci): temporary config for falco tester image Co-Authored-By: Leonardo Di Donato Signed-off-by: Lorenzo Fontana --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c09102d3..f9441e21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,7 +72,7 @@ jobs: # Execute integration tests based on the build results coming from the "build/centos7" job "tests/integration": docker: - - image: falcosecurity/falco-tester:latest + - image: falcosecurity/falco-tester:refactor-images # todo: restore this to latest after pushing it once this pr is merged environment: SOURCE_DIR: "/source" BUILD_DIR: "/build"