From 5fe74276723653f40aa98b999689156aa2dc7dd4 Mon Sep 17 00:00:00 2001
From: "L. Ellenbeck" <ellenbeck@itc.rwth-aachen.de>
Date: Wed, 22 Jan 2020 16:27:29 +0100
Subject: [PATCH] New: completed project coscine/issues#570

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70f41bc..ba40340 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ docs:
 cake:Release:
   stage: release
   script:
-    - PowerShell .\build.ps1 -Target Release -Configuration Release --nugetApiKey="${NUGET_API_KEY}"
+    - PowerShell .\build.ps1 -Target Release -Configuration Release --nugetApiKey="$NUGET_API_KEY"
   variables:
     GIT_STRATEGY: clone
   dependencies:
-- 
GitLab