diff --git a/Jenkinsfile b/Jenkinsfile index d32abf516..a6871b376 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,22 +1,22 @@ pipeline { agent { docker { - image 'docker-slave' + image 'richart/akantu-public-debian' } } stages { stage('Configure') { agent { docker { - image 'docker-slave' + image 'richart/akantu-public-debian' } } steps { sh 'makdir build && cd build' sh 'cmake ..' } } } } \ No newline at end of file