From c72d0d09ad29fb2c079a01959ea5bf1b6cee2066 Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Tue, 26 Feb 2019 11:26:46 +0100
Subject: [PATCH] Wrong order for reset

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 49f912f..d5b185f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,8 @@ pages:
   - cp Introduction-to-Pandas--slides.ipynb public/
   - cp Introduction-to-Pandas--slides.pdf public/
   - tar czf public/pandas-tutorial-slides.tar.gz  --transform 's,^,pandas-tutorial-slides/,' Introduction-to-Pandas--slides.html custom.css fzj.js img/ reveal.js/
-  - git reset --hard origin/pages
   - git checkout -f pages
+  - git reset --hard origin/pages
   - cp index.html public/
   artifacts:
     paths:
-- 
GitLab