From 20d6e343afe965c18994f1c5e458acd04ccde942 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 26 May 2020 22:05:32 +0200
Subject: [PATCH] WIP: pipeline

---
 .gitlab-ci.yml | 3 ++-
 caosdb-webui   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0602aab7..643fd36b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,6 @@ variables:
   CI_REVISION: f-versioning
   CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-server/caosdb-server-testenv:$CI_REVISION
 
-image: $CI_REGISTRY_IMAGE
 stages:
   - setup
   - test
@@ -53,6 +52,7 @@ build-testenv:
 # Test: run unit tests of the server
 test:
   tags: [ docker ]
+  image: $CI_REGISTRY_IMAGE
   stage: test
   script:
     - mvn -v
@@ -66,6 +66,7 @@ test:
 # Deploy: Trigger building of server image and integration tests
 trigger_build:
   tags: [ docker ]
+  image: $CI_REGISTRY_IMAGE
   stage: deploy
   script:
     - /usr/bin/curl -X POST
diff --git a/caosdb-webui b/caosdb-webui
index 0a0c3973..6e36ca65 160000
--- a/caosdb-webui
+++ b/caosdb-webui
@@ -1 +1 @@
-Subproject commit 0a0c397312c25438243c073e384debe0b5629193
+Subproject commit 6e36ca65ca5950c93bb51a10c94e40a244f7ebcc
-- 
GitLab