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

ci

parent 17820e44
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: caosdb1234
caosdb-server:
image: "caosdb:default"
image: "$CI_REGISTRY/caosdb:$CAOSDB_TAG"
depends_on:
- sqldb
ports:
......
......@@ -42,6 +42,7 @@ variables:
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
DOCKER_DRIVER: overlay2
CAOSDB_TAG: latest
services:
- docker:dind
......@@ -56,6 +57,7 @@ test:
name: docker/compose:1.24.1
entrypoint: ["/bin/sh", "-c"]
script:
- docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker-compose -f .docker/docker-compose.yml up
build-testenv:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment