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

WIP: pipeline

parent cf5a937b
No related branches found
No related tags found
No related merge requests found
Pipeline #8538 passed
......@@ -71,6 +71,9 @@ build-testenv:
stage: setup
timeout: 2h
needs: []
only:
- schedules
- web
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......@@ -103,8 +106,6 @@ build-testenv:
# build integration tests
build-test:
image: $CPPINTTEST_REGISTRY_IMAGE
dependencies:
- build-testenv
tags: [ docker ]
stage: build
script:
......
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