From 063e5c0329bb1e88d4f1e72947fbdb8cd7b366f4 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Mon, 26 Oct 2020 21:54:03 +0400 Subject: [PATCH] test ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e8bfdd..46c2f6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,4 +14,4 @@ build: services: - docker:dind script: - docker build -t llehouerou/dnsupdater:latest + docker build . -t llehouerou/dnsupdater:latest