ubuntu1604 gcc48 builder install test now pass

Problem was that CMake 3.12 was the CMake version used in the
build image, and test image was using 3.13. This was a problem
as the install test invocation aren't backwards convertible and
therefore failed.
This commit is contained in:
Robert Maynard 2020-04-15 09:54:47 -04:00
parent 93cbea2d72
commit b2823d79aa

@ -60,9 +60,7 @@ build:ubuntu1604_gcc48:
- docker
- linux
extends:
#Requires the cuda docker image as it uses a sufficiently new
#enough CMake version that supports mpi
- .ubuntu1604_cuda
- .ubuntu1604
- .cmake_build_linux
- .only-default
variables: