Skip to content
Snippets Groups Projects

Added (again) database integration tests

Open Karsten Prehn requested to merge feature/integration-tests into main
+ 2
0
@@ -43,6 +43,8 @@ tests::integration:
stage: test
interruptible: true
image: docker:20.10.16
tags:
- dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
Loading