Skip to content
Snippets Groups Projects
Commit 97dc3699 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

swap config to right task

parent bb3f09a7
Branches
Tags
1 merge request!2Datacat integration
Pipeline #87958 passed
......@@ -16,8 +16,6 @@ test:
image:
name: apache/airflow:2.1.3
entrypoint: [""]
tags:
- laptop
before_script:
- echo "DEBUG:"
- pip --version
......@@ -37,8 +35,12 @@ test:
build-custom-image:
stage: build
image: docker:latest
tags:
- laptop
services:
- docker:dind
when:
- manual
variables:
IMAGE_COMMIT_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:$CI_COMMIT_SHORT_SHA
IMAGE_LATEST_TAG: $CI_REGISTRY_IMAGE/eflows-airflow:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment