From 0a67f278087c82d3dc82e14d2ed8c53c489780df Mon Sep 17 00:00:00 2001
From: Simon Praetorius <simon.praetorius@tu-dresden.de>
Date: Wed, 2 Nov 2016 23:32:33 +0100
Subject: [PATCH] deployment stage in gitlab-ci added

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65309955..8b207053 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -138,7 +138,7 @@ test:9-parallel-release-gcc:
 package:9-debug-gcc:
   stage: package
   script:
-  - cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL -P tools/package/debian/create_package.cmake
+  - cmake -DCONFIG=Debug -DCOMPONENT=SEQUENTIAL -P tools/packaging/debian/create_package.cmake
   artifacts:
     paths:
     - debian_package/amdis-dbg/amdis*.deb
@@ -148,7 +148,7 @@ package:9-debug-gcc:
 package:9-release-gcc:
   stage: package
   script:
-  - cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL -P tools/package/debian/create_package.cmake
+  - cmake -DCONFIG=Release -DCOMPONENT=SEQUENTIAL -P tools/packaging/debian/create_package.cmake
   artifacts:
     paths:
     - debian_package/amdis/amdis*.deb
@@ -158,7 +158,7 @@ package:9-release-gcc:
 package:9-parallel-debug-gcc:
   stage: package
   script:
-  - cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL -P tools/package/debian/create_package.cmake
+  - cmake -DCONFIG=Debug -DCOMPONENT=PARALLEL -P tools/packaging/debian/create_package.cmake
   artifacts:
     paths:
     - debian_package/amdis-dbg/amdis-par-dbg*.deb
@@ -168,7 +168,7 @@ package:9-parallel-debug-gcc:
 package:9-parallel-release-gcc:
   stage: package
   script:
-  - cmake -DCONFIG=Release -DCOMPONENT=PARALLEL -P tools/package/debian/create_package.cmake
+  - cmake -DCONFIG=Release -DCOMPONENT=PARALLEL -P tools/packaging/debian/create_package.cmake
   artifacts:
     paths:
     - debian_package/amdis-dbg/amdis-par*.deb
-- 
GitLab