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

Teste le déploiement de l'image

parent e7ab9029
No related branches found
No related tags found
No related merge requests found
build-image:
stage: build
image: docker:24.0.7
services:
- docker:24.0.7-dind
script:
- docker info
- docker build -t puissance-4 .
test-job-grille:
stage: test
image: python:3.10-alpine3.17
image: puissance-4:latest
script:
- python3 ./main.py -t grille
- docker run -ti puissance-4 -t grille
test-job-jeu:
stage: test
image: python:3.10-alpine3.17
image: puissance-4:latest
script:
- python3 ./main.py -t jeu
- 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