From c8e2135638cda35453f3723b1c0dc8776c6f9539 Mon Sep 17 00:00:00 2001
From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de>
Date: Mon, 30 Aug 2021 17:22:59 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75ff32f..d2e3fcf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,13 +2,14 @@ default:
   image: python:3-slim
 
 stages:
-  # - test
+  - test
   - build
   - publish
   - deploy
 
 test:
   stage: test
+  when: manual
   image: 
     name: apache/airflow:2.1.2
     entrypoint: [""]
-- 
GitLab