From 725f16b71caabe0317381b912a385a5e52c1be6a Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 23 Jan 2020 13:35:46 +0000 Subject: [PATCH] chore: use latest falco-tester again Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98a4114c..87252ea5 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:refactor-images # todo: restore this to latest after pushing it once this pr is merged + - image: falcosecurity/falco-tester:latest environment: SOURCE_DIR: "/source" BUILD_DIR: "/build"