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

test14

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