From c1c7c13ce002a030141ef729bebbfbe911d0b4bd Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Fri, 2 Jul 2021 08:24:56 +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 e6f07f7..3ee1cb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ # Stages run in sequential order, but jobs within stages run in parallel. # # For more information, see: https://docs.gitlab.com/ee/ci/yaml/README.html#stages - +image: docker:stable stages: # List of stages for jobs, and their order of execution - build # - test