Skip to content
Snippets Groups Projects
Commit b4e22c0b authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Fixed tests-large build.

parent 73e300f5
No related branches found
No related tags found
Loading
......@@ -11,6 +11,7 @@ def post = new ogs.post()
def helper = new ogs.helper()
node('docker') {
checkout scm
def image = docker.image('ogs6/gcc-gui:latest')
image.pull()
image.inside(defaultDockerArgs) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment