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

WIP: pipeline

parent c2dd8c09
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
variables: variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-mysqlbackend-testenv:latest CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-mysqlbackend-testenv:latest
MYSQL_ROOT_PASSWORD: caosdb1234
image: $CI_REGISTRY_IMAGE image: $CI_REGISTRY_IMAGE
stages: stages:
...@@ -41,6 +42,7 @@ trigger_build: ...@@ -41,6 +42,7 @@ trigger_build:
-F ref=dev https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline -F ref=dev https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
unittests: unittests:
image: mariadb:10.4
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