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