From 0e84e2ffd8241aac8beeb036df43b3108b181cec Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Sun, 4 Dec 2022 19:03:04 +0100 Subject: [PATCH] try to fix pipeline 10 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b567e74..0d5efa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,12 @@ before_script: - export GTEST_ROOT=/opt/gtest-1.8.0 -image: centos +image: docker pull rikorose/gcc-cmake stages: - build -build-ubuntu: +build-gcc: stage: build script: - mkdir build