Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ttc18live
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
stgroup
ttc18live
Commits
c49a5762
Commit
c49a5762
authored
4 years ago
by
René Schöne
Browse files
Options
Downloads
Patches
Plain Diff
needs needs job not stage
parent
6a608333
No related branches found
No related tags found
1 merge request
!2
CI and other bugs
Pipeline
#9574
failed
4 years ago
Stage: build
Stage: models
Stage: test
Stage: benchmark
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
c49a5762
...
@@ -37,7 +37,7 @@ test:
...
@@ -37,7 +37,7 @@ test:
stage
:
test
stage
:
test
needs
:
needs
:
-
build
-
build
-
models
-
prepareTTCrepo
script
:
script
:
-
./gradlew --console=plain --info test
-
./gradlew --console=plain --info test
artifacts
:
artifacts
:
...
@@ -50,7 +50,7 @@ timing:
...
@@ -50,7 +50,7 @@ timing:
stage
:
benchmark
stage
:
benchmark
needs
:
needs
:
-
build
-
build
-
models
-
prepareTTCrepo
script
:
script
:
-
./all-timed-benchmark.sh
-
./all-timed-benchmark.sh
artifacts
:
artifacts
:
...
...
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