Skip to content
Snippets Groups Projects
Commit 820da50f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

ci

parent c2053ff7
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# #
variables: 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 # When using dind service we need to instruct docker, to talk with the
# daemon started inside of the service. The daemon is available with # daemon started inside of the service. The daemon is available with
# a network connection instead of the default /var/run/docker.sock socket. # a network connection instead of the default /var/run/docker.sock socket.
...@@ -44,7 +44,7 @@ variables: ...@@ -44,7 +44,7 @@ variables:
services: services:
- docker:dind - docker:dind
image: $CI_REGISTRY_IMAGE:latest image: $CI_REGISTRY/caosdb-pylib-testenv:latest
stages: stages:
...@@ -84,7 +84,7 @@ trigger_build: ...@@ -84,7 +84,7 @@ trigger_build:
-F "variables[WEBUI]=$CI_COMMIT_REF_NAME" -F "variables[WEBUI]=$CI_COMMIT_REF_NAME"
-F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline -F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
build-test: build-testenv:
image: docker:latest image: docker:latest
stage: setup stage: setup
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment