Skip to content
Snippets Groups Projects
Commit 538c9226 authored by MAZAT Julian's avatar MAZAT Julian
Browse files

Corrige le CICD

parent 69eada82
Branches
No related tags found
No related merge requests found
Pipeline #26382 failed
build-image:
stage: build
default:
image: docker:24.0.7
services:
- docker:24.0.7-dind
script:
before_script:
- docker info
build-image:
stage: build
script:
- docker build -t puissance-4 .
test-job-grille:
stage: test
image: puissance-4:latest
script:
- docker run -ti puissance-4 -t grille
test-job-jeu:
stage: test
image: puissance-4:latest
script:
- docker run -ti puissance-4 -t jeu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment