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

WIP: pipeline

parent eb6d2e85
Branches
Tags
No related merge requests found
Pipeline #8234 failed
...@@ -27,6 +27,7 @@ variables: ...@@ -27,6 +27,7 @@ variables:
stages: stages:
- setup - setup
- test
# Build a docker image in which tests for this repository can run # Build a docker image in which tests for this repository can run
build-testenv: build-testenv:
...@@ -50,6 +51,8 @@ build-testenv: ...@@ -50,6 +51,8 @@ build-testenv:
# run integration tests # run integration tests
test: test:
dependencies:
- build-testenv
tags: [ docker ] tags: [ docker ]
stage: test stage: test
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment