From d8bcb1bdc38045585d10e252cfebd74747d1d10b Mon Sep 17 00:00:00 2001 From: Igor Witz <igor.witz@etu.utc.fr> Date: Sun, 10 Feb 2019 12:29:38 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db39d906..a7055983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ services: stages: - build - - deployment - static_tests - dynamic_tests + - deployment build: stage: build @@ -129,7 +129,7 @@ deployment-test: - pica-etherpad/* - pica-dokuwiki/* -deployment-prod: +.deployment-prod: stage: deployment before_script: - apk update -- GitLab