try to fix pipeline 9

This commit is contained in:
Christian Zimmermann 2022-12-04 18:59:52 +01:00
parent 627fa9eb1a
commit dcd2e4a87f

View file

@ -1,7 +1,7 @@
before_script:
- export GTEST_ROOT=/opt/gtest-1.8.0
image: 88plug/gcc-8-ubuntu-18.04
image: centos
stages:
- build
@ -11,6 +11,6 @@ build-ubuntu:
script:
- mkdir build
- cd build
- cmake3 ..
- cmake ..
- make -j2
- make test