From 820da50f2b665f148f48c0ffdd05da18daa8f86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Tue, 16 Jul 2019 15:32:14 +0200 Subject: [PATCH] ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04f9f4c5..a4dda724 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ # variables: - CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-pylib-testenv + CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-webui-testenv # When using dind service we need to instruct docker, to talk with the # daemon started inside of the service. The daemon is available with # a network connection instead of the default /var/run/docker.sock socket. @@ -44,7 +44,7 @@ variables: services: - docker:dind -image: $CI_REGISTRY_IMAGE:latest +image: $CI_REGISTRY/caosdb-pylib-testenv:latest stages: @@ -84,7 +84,7 @@ trigger_build: -F "variables[WEBUI]=$CI_COMMIT_REF_NAME" -F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline -build-test: +build-testenv: image: docker:latest stage: setup script: -- GitLab