From 48879428d203b84d079beef1a84ffb41177de8d7 Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Mon, 25 Feb 2019 17:35:06 +0100
Subject: [PATCH] Fix CI?

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7101da5..cf5f264 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,12 +4,12 @@ pages:
   stage: deploy
   script:
   - mkdir public
-  - git checkout -f pages
-  - cp index.html public/
   - tar czf public/pandas-tutorial.tar.gz Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb lost.json nest-data.csv
   - cp Introduction-to-Pandas--slides.ipynb public/
   - cp Introduction-to-Pandas--slides.pdf public/
   - tar czf public/slides.tar.gz Introduction-to-Pandas--slides.html custom.css custom.js fzj.js img/ reveal.js/
+  - git checkout -f pages
+  - cp index.html public/
   artifacts:
     paths:
     - public
-- 
GitLab