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

WIP: pipeline

parent c0bce8a0
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ stages:
- deploy
# Trigger building of server image and integration tests
trigger_build:
.trigger_build:
tags: [ docker ]
stage: deploy
script:
......@@ -46,6 +46,7 @@ unittests:
tags: [ docker ]
stage: test
script:
- systemctl --no-pager status mysqld.service || echo "failed"
- cp config.defaults .config
- echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
- . .config || echo "failed"
......@@ -57,7 +58,7 @@ unittests:
- ./make_db test --fresh
# Build a docker image in which tests for this repository can run
build-testenv:
.build-testenv:
tags: [ cached-dind ]
image: docker:19.03
stage: setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment