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

WIP: pipeline

parent eb6d2e85
No related branches found
No related tags found
No related merge requests found
Pipeline #8234 failed
......@@ -27,6 +27,7 @@ variables:
stages:
- setup
- test
# Build a docker image in which tests for this repository can run
build-testenv:
......@@ -50,6 +51,8 @@ build-testenv:
# run integration tests
test:
dependencies:
- build-testenv
tags: [ docker ]
stage: test
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