Skip to content
Snippets Groups Projects
.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