Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Puissance 4
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAZAT Julian
Puissance 4
Commits
538c9226
Commit
538c9226
authored
Dec 7, 2023
by
MAZAT Julian
Browse files
Options
Downloads
Patches
Plain Diff
Corrige le CICD
parent
69eada82
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#26382
failed
Dec 7, 2023
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-6
7 additions, 6 deletions
.gitlab-ci.yml
with
7 additions
and
6 deletions
.gitlab-ci.yml
+
7
−
6
View file @
538c9226
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment