From 5ac7a5881514c884b12abbbaa0d27baabb01b466 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 11:13:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f062a62..73dd15b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ # # For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages default: - image: rikorose/gcc-cmake:latest + image: gcc-cmake stages: # List of stages for jobs, and their order of execution - build