Skip to content
Snippets Groups Projects
Commit a58b4242 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files
parents b1020f13 7c29b93e
No related branches found
No related tags found
No related merge requests found
Pipeline #76825 failed
...@@ -11,9 +11,13 @@ test: ...@@ -11,9 +11,13 @@ test:
stage: test stage: test
image: image:
name: apache/airflow:2.1.2 name: apache/airflow:2.1.2
entrypoint: ["bash"] entrypoint: [""]
before_script: before_script:
- airflow db init - airflow db init
script: script:
- ls
- pwd
- cp dags/* /opt/airflow/dags/
- airflow dags list - airflow dags list
- airflow dags test firsto 2021-08-18
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment