Skip to content
Snippets Groups Projects
Commit 8f178bc0 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Merge branch 'main' into mptest

parents 5d9073cf e369af37
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ stages:
test:
stage: test
image:
name: apache/airflow:2.1.2
name: apache/airflow:2.1.3
entrypoint: [""]
before_script:
- airflow db init
......
......@@ -102,7 +102,7 @@ services:
ports:
- 7001:8080
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:7001/health"]
test: ["CMD", "curl", "--fail", "http://localhost:8080/health"]
interval: 10s
timeout: 10s
retries: 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment