-
Jedrzej Rybicki authoredJedrzej Rybicki authored
.gitlab-ci.yml 192 B
default:
image: python:3-slim
stages:
- test
- build
- publish
- deploy
test:
stage: test
image: apache/airflow:2.1.2
script:
- airflow db init
- airflow dags list