Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
evoal-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
evoal
source
evoal-core
Commits
05329648
Commit
05329648
authored
1 year ago
by
Bernhard Johannes Berger
Browse files
Options
Downloads
Patches
Plain Diff
GitLab does not respect dependencies that are not mentioned in the needs area. Somewhat strange.
parent
5468c3c4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#304588
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
05329648
...
...
@@ -116,6 +116,8 @@ evoal:unit:
dependencies
:
-
"
evoal:compile"
-
"
dsl:deploy"
needs
:
-
"
evoal:compile"
tags
:
-
docker
image
:
$EVOAL_IMAGE
...
...
@@ -137,6 +139,8 @@ evoal:coverage:
stage
:
EvoAl
dependencies
:
-
evoal:unit
needs
:
-
"
evoal:unit"
tags
:
-
docker
image
:
haynes/jacoco2cobertura:1.0.7
...
...
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