From f845f9dc33a5abba9370cfa6ed7a20e007ce7aae Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 23 Oct 2021 20:27:32 +0300
Subject: [PATCH] fixup! Add Bats image.

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d042ba..ed2df11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ build-bats:
 push-bats:
   extends: .container-push
   variables:
+    CONTEXT: images/bats
     IMAGE: ci-images
     TAG: bats
   needs:
-- 
GitLab