Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipn-search
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien David
lipn-search
Commits
42451a00
Commit
42451a00
authored
3 years ago
by
Julien David
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci
parent
48c88ed2
No related branches found
Branches containing commit
No related tags found
1 merge request
!16
Ajout gitlab ci
Pipeline
#3028
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-0
21 additions, 0 deletions
.gitlab-ci.yml
with
21 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
21
−
0
View file @
42451a00
image
:
alpine
stages
:
-
build
-
test
lipn-search
:
stage
:
build
script
:
-
echo "Installation des paquets"
-
apk update
-
apk add python3
-
apk add py-pip
-
pip install pytest
lipn-search
:
stage
:
test
script
:
-
echo "Début de la phase de test"
-
echo "Fin de la phase de test"
\ No newline at end of file
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