From 62b2d379c0f97ba019b9089b62dd91f0c98c46b4 Mon Sep 17 00:00:00 2001
From: Maria Petrova <m.petrova@fz-juelich.de>
Date: Wed, 19 Jan 2022 10:37:04 +0100
Subject: [PATCH] Use the custom docker image for 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 83e7ecb..19fb532 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: registry.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service/eflows-airflow
     entrypoint: [""]
   before_script:
     - echo "DEBUG:"
-- 
GitLab