try to fix pipeline 6

This commit is contained in:
Christian Zimmermann 2022-12-04 18:55:00 +01:00
parent 3866b603ce
commit 8025f657d6

View file

@ -6,10 +6,9 @@ image: debian
stages: stages:
- build - build
build-centos: build-debian:
stage: build stage: build
script: script:
- source /opt/rh/devtoolset-8/enable
- mkdir build - mkdir build
- cd build - cd build
- cmake3 .. - cmake3 ..