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

WIP: pipeline

parent bafcfe0f
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ stages:
- deploy
# Trigger building of server image and integration tests
.trigger_build:
trigger_build:
tags: [ docker ]
stage: deploy
script:
......@@ -51,14 +51,14 @@ unittests:
- type .
- cp config.defaults .config
- echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
- echo "MYSQL_USER_PASSWORD=caosdb1234" >> .config
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_HOST=mariadb" >> .config
- command -v mysql
- ./make_db test-connection
- ./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