Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml file

Merged Rachid Yahiaoui requested to merge develop_test into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
image: docker:stable
# Pour l'utilisation de testcontainers
# For using Testcontainers
# https://www.testcontainers.org/supported_docker_environment/continuous_integration/gitlab_ci/
services: &dind_definition
- name: docker:dind
Loading