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

Update .gitlab-ci.yml file

parent 15ebde86
No related branches found
No related tags found
No related merge requests found
Pipeline #77314 passed
...@@ -2,13 +2,14 @@ default: ...@@ -2,13 +2,14 @@ default:
image: python:3-slim image: python:3-slim
stages: stages:
# - test - test
- build - build
- publish - publish
- deploy - deploy
test: test:
stage: test stage: test
when: manual
image: image:
name: apache/airflow:2.1.2 name: apache/airflow:2.1.2
entrypoint: [""] entrypoint: [""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment