Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Real Time
Streams
Stream Admin Service
Commits
7b1cf89f
Commit
7b1cf89f
authored
Oct 15, 2021
by
Stephen Nimmo
Browse files
Added gitlab-ci definition for running testcontainer in gitlab
parent
b3d8ed6f
Pipeline
#72171
failed with stage
in 2 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7b1cf89f
...
...
@@ -15,4 +15,4 @@ variables:
test
:
image
:
maven:latest
stage
:
test
script
:
mvn test
\ No newline at end of file
script
:
mvn --quiet test
\ No newline at end of file
src/main/resources/application.properties
View file @
7b1cf89f
...
...
@@ -3,4 +3,6 @@ server.servlet.contextPath=/api/streaming/v1/
# Profile
spring.profiles.active
=
local
spring.main.allow-bean-definition-overriding
=
true
\ No newline at end of file
spring.main.allow-bean-definition-overriding
=
true
logging.level.root
=
INFO
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment