From 826cb1a97701243af513c83e7fafa4519c9edcdd Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 18 Oct 2017 17:26:39 +0200
Subject: [PATCH] rename 2nd stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e294ed4b..d5a164867 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: ralfjung/opam-ci:latest
 
 stages:
   - build
-  - opam
+  - deploy
 
 variables:
   CPU_CORES: "9"
@@ -29,7 +29,7 @@ variables:
   - /^ci/
 
 opam:
-  stage: opam
+  stage: deploy
   script:
   # Send a trigger to the repository doing the work
   - curl --fail -X POST -F "token=$OPAM_UPDATE_SECRET" -F "ref=master" -F "variables[REPO]=${CI_PROJECT_URL}.git" -F "variables[REF]=$CI_COMMIT_REF_NAME" -F "variables[SHA]=$CI_COMMIT_SHA" -F "variables[NAME]=$OPAM_PKG" https://gitlab.mpi-sws.org/api/v3/projects/581/trigger/builds
-- 
GitLab