From 50d51f60d793b0ae60d2a99edc6627f64afdcfe4 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 18 Jul 2023 00:27:50 +0000
Subject: [PATCH] feat: gitlab-ci-local support

---
 .gitlab-ci-local-variables.yml | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .gitlab-ci-local-variables.yml

diff --git a/.gitlab-ci-local-variables.yml b/.gitlab-ci-local-variables.yml
new file mode 100644
index 00000000..6d3db564
--- /dev/null
+++ b/.gitlab-ci-local-variables.yml
@@ -0,0 +1,3 @@
+BENCHMARKS_REGISTRY: docker.io/eicweb
+BENCHMARKS_CONTAINER: jug_xl
+BENCHMARKS_TAG: nightly
-- 
GitLab