From c1512a259a78056eaf43574ae999505d3ccf1900 Mon Sep 17 00:00:00 2001
From: Maria Petrova <m.petrova@fz-juelich.de>
Date: Wed, 19 Jan 2022 13:44:38 +0100
Subject: [PATCH] Use airflow 2.2.3 in the CI/CD tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 722bf33..bfbf3f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ stages:
 test:
   stage: test
   image: 
-    name: apache/airflow:2.2.1
+    name: apache/airflow:2.2.3
     # name: registry.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service/eflows-airflow
     entrypoint: [""]
   before_script:
-- 
GitLab