Skip to content
Snippets Groups Projects
Verified Commit 1cb8836f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent 9c261be1
No related branches found
No related tags found
1 merge request!91FIX pipeline
Pipeline #35564 failed
......@@ -70,8 +70,11 @@ build-testenv:
image: docker:20.10
stage: setup
timeout: 3h
only:
- schedules
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE != "schedule"
changes:
- src/test/docker/Dockerfile
script:
- cd src/test/docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment