diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bdaaa03b00e9340ca5567282cf605856824ece3..8733be414984c7b820233001988422fafd71767f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,13 @@ test: stage: test image: name: apache/airflow:2.1.2 - entrypoint: ["bash"] + entrypoint: [""] before_script: - airflow db init script: + - ls + - pwd + - cp dags/* /opt/airflow/dags/ - airflow dags list + - airflow dags test firsto 2021-08-18