From ca6501f0923d4ae1fc473f5c2cb5513125672a51 Mon Sep 17 00:00:00 2001 From: Maria Petrova <m.petrova@fz-juelich.de> Date: Wed, 19 Jan 2022 11:00:29 +0100 Subject: [PATCH] Test with airflow 2.2.1 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 bfbf3f6..722bf33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ stages: test: stage: test image: - name: apache/airflow:2.2.3 + name: apache/airflow:2.2.1 # name: registry.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service/eflows-airflow entrypoint: [""] before_script: -- GitLab