From 8a4a858c679357e35f130c57498340687bee52f1 Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Tue, 4 Jan 2022 11:56:59 +0100
Subject: [PATCH] update requirements, test varibale evaluation it
 gitlab-ci.yml

---
 .gitlab-ci.yml   | 3 +++
 requirements.txt | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bd4a0e..9730dde 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,10 @@ test:
   image: 
     name: apache/airflow:2.1.3
     entrypoint: [""]
+  variables:
+    - AIRFLOW__SECRETS__BACKEND_KWARGS: '{\"url\" : \"https://zam10036.zam.kfa-juelich.de\", \"user\" : \"${DATACAT_TESTING_USERNAME}\", \"password\" : \"${DATACAT_TESTING_PASSWORD}\"}\' 
   before_script:
+    - echo $AIRFLOW__SECRETS__BACKEND_KWARGS
     - airflow db init
     - pip install -r requirements.txt
     - pip install nose==1.3.7
diff --git a/requirements.txt b/requirements.txt
index 2881e27..58c1e5e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,4 +5,4 @@ apache-airflow-providers-ssh
 apache-airflow-providers-http
 apache-airflow-providers-sftp
 --index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple
-airflow-datacat-integration>=0.0.10
+airflow-datacat-integration>=0.1.0
-- 
GitLab