From 884447db070be97c35500ffd5b152c55562570c1 Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Mon, 11 Oct 2021 09:06:02 +0200 Subject: [PATCH] fix: correction to config --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bccfd8..1bedc5a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,9 @@ version: 2.1 jobs: build: - - image: alpine:latest - + docker: + - image: alpine:latest + steps: - checkout - run: echo "Hello World" \ No newline at end of file