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
69587dbd
Commit
69587dbd
authored
Oct 15, 2021
by
Stephen Nimmo
Browse files
Added gitlab-ci definition for running testcontainer in gitlab
parent
a4923ba6
Pipeline
#72179
passed with stage
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
69587dbd
services
:
-
docker:19.03.12-dind
variables
:
DOCKER_HOST
:
"
tcp://docker:2375"
DOCKER_DRIVER
:
overlay2
...
...
@@ -6,7 +9,4 @@ variables:
test
:
stage
:
test
image
:
openjdk:11
services
:
-
name
:
docker:dind-rootless
command
:
[
"
--tls=false"
]
script
:
./mvnw -ntp test
\ 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