install Catch2 for docker_d2 and update Jenkinsfile

This commit is contained in:
2022-04-27 13:43:49 +02:00
parent 50b1b48678
commit b5d890eedd
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pipeline {
BUILDDIR = 'build-tests'
}
agent {
docker { image 'fsfw-ci:d1'}
docker { image 'fsfw-ci:d2'}
}
stages {
stage('Clean') {