From 4aefe44789eb8b62f88e123221f5845b7cc9f7bb Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 12:00:35 +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 9f41c9d..a954792 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ # Specify the docker image to use (only used if using docker runners) # See http://doc.gitlab.com/ee/ci/docker/using_docker_images.html default: - image: gcc-cmake + image: rikorose/gcc-cmake stages: # List of stages for jobs, and their order of execution - build