Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Image Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LABOUREL Arnaud
Image Template
Merge requests
!1
Master
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Master
master
into
main
Overview
0
Commits
20
Pipelines
1
Changes
18
Open
Master
LABOUREL Arnaud
requested to merge
master
into
main
Oct 6, 2021
Overview
0
Commits
20
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
version 1
version 1
e230cce7
Oct 6, 2021
main (base)
and
latest version
latest version
b9600083
20 commits,
Oct 6, 2021
version 1
e230cce7
19 commits,
Oct 6, 2021
Show latest version
1 file
+
0
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml deleted
100644 → 0
+
0
−
18
View file @ e230cce7
image
:
gradle:jdk16
before_script
:
-
export GRADLE_USER_HOME=`pwd`/.gradle
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
java
:
stage
:
test
script
:
-
gradle test
artifacts
:
when
:
always
reports
:
junit
:
build/test-results/test/**/TEST-*.xml
\ No newline at end of file
Loading