From 3671f020c7991b503fb0df3033961295393d0766 Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Thu, 25 Jun 2020 20:38:41 +0200 Subject: [PATCH] ts --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95fd984..a375bb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ start-faircoind: script: - docker-compose stop - docker-compose down - - docker-compose up -d + - docker-compose up stop-faircoind: stage: stop -- GitLab