From 12698dbbabcb6d3c272bd3bd29e45bec917e7acd Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <freemo@gmail.com>
Date: Sun, 6 Nov 2016 04:08:17 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8eccfbf9..6293af27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,7 +84,7 @@ pages:
     # you might need to use `mv target/staging/YOUR_ARTIFACT_ID public` instead.
     - mv target/staging public
   dependencies:
-    - deploy:jdk8
+    - test:jdk8
   artifacts:
     paths:
     - public
-- 
GitLab