diff --git a/jenkins/run-norne.sh b/jenkins/run-norne.sh index d58e3836f..10708cf8c 100755 --- a/jenkins/run-norne.sh +++ b/jenkins/run-norne.sh @@ -9,7 +9,7 @@ cd norne mkdir $SIM $WORKSPACE/$configuration/build-opm-simulators/bin/$SIM deck_filename=NORNE_ATW2013.DATA output_dir=$SIM test $? -eq 0 || exit 1 -./plotwells.sh $WORKSPACE/$configuration/install/bin "ECL.2014.2 opm-simulation-reference" norne-wells -./plotwells.sh $WORKSPACE/$configuration/install/bin "opm-simulation-reference" norne-wells-noecl +./plotwells.sh $WORKSPACE/$configuration/install/bin "ECL.2014.2 opm-simulation-reference/flow_legacy" norne-wells +./plotwells.sh $WORKSPACE/$configuration/install/bin "opm-simulation-reference/flow_legacy" norne-wells-noecl popd