From 1f255448cda70f2277ff44820942b0996e91c375 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 11:41:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e131d1..9f41c9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,8 @@ # 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 +default: + image: gcc-cmake stages: # List of stages for jobs, and their order of execution - build