From fcda1efa72b9b4a494823420e4802d8ac4529a2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= <ponsfrilus@gmail.com>
Date: Fri, 30 Aug 2019 15:57:52 +0200
Subject: [PATCH] [WIP]

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eeed62f..1e18bb6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ deploy_to_release:
     - tags
     - pdf@idevelop/howtogitlabrunner
   script:
+    - git checkout master
     - git commit -am "New PDF file $(date '+%Y-%m-%d %H:%M:%S')"
     - git push --push-option=ci.skip origin master
     # # https://docs.gitlab.com/ee/ci/yaml/README.html#skipping-jobs
-- 
GitLab