Skip to content
Snippets Groups Projects

Added (again) database integration tests

Open Karsten Prehn requested to merge feature/integration-tests into main
1 unresolved thread
+ 1
0
@@ -52,6 +52,7 @@ tests::integration:
services:
# We rely on the docker-in-docker service
- name: docker:20.10.16-dind
alias: docker
before_script:
# Check if docker is up and running
- docker version
Loading