From 3866b603ce9842967c878598651c6c810bbdfb7d Mon Sep 17 00:00:00 2001 From: Christian Zimmermann Date: Sun, 4 Dec 2022 18:52:47 +0100 Subject: [PATCH] try to fix pipeline 5 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c39c2e0..08a8cd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ before_script: - export GTEST_ROOT=/opt/gtest-1.8.0 -image: 88plug/gcc-8-ubuntu-18.04 +image: debian stages: - build