From 8fd4fcc5030696cdf3e3f414bf1fbf36545f3592 Mon Sep 17 00:00:00 2001
From: Tobias Huste <t.huste@hzdr.de>
Date: Wed, 24 Jun 2020 14:44:23 +0200
Subject: [PATCH] Fix deployment to GitLab pages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a13118430..cac48f109 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -216,8 +216,8 @@ pages:
   script:
     - echo "Skip script section"
   dependencies:
-    - build:production
-  needs: ["build:production"]
+    - build:production:subpath
+  needs: ["build:production:subpath"]
   artifacts:
     paths:
       - public
-- 
GitLab