From e8aebe91417ce5bf8758ee18ef2844cd9528e7c1 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 4 Jun 2021 22:25:48 +0200
Subject: [PATCH] WIP: pipeline

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43de815..e2eae77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab