From 6937e7441c69715f79e916f9a5946dfe7ddf399d Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 4 Mar 2021 13:16:45 +0100 Subject: [PATCH] also specify image for test stage --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2064f5a4..25e42eab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ build-gcc: - "make -C build -j$(nproc) config=release_x86 all" test-gcc: + image: gcc:latest stage: test cache: paths: