Skip to content
Snippets Groups Projects
Commit 07276ca5 authored by MENACER Mohamed's avatar MENACER Mohamed
Browse files

test14

parent 17ce3933
No related branches found
No related tags found
1 merge request!4Br1
Pipeline #47537 failed
......@@ -7,13 +7,15 @@ services:
variables:
DOCKER_DRIVER: overlay2
COMPOSE_FILE: "docker-compose.yml"
DOCKER_HOST: "tcp://docker:2375" # Peut être omis si Docker est installé sur l'hôte.
stages:
- build
- test
- deploy
before_script:
- export DOCKER_HOST="unix:///var/run/docker.sock" # Utilisation du socket Docker de l'hôte
build:
stage: build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment