From 2734cae4b79e0d118705c72a8fd1d7c8aa516ed9 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 14 Jan 2021 15:47:35 +0100 Subject: [PATCH] Rename stages Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31bc2dbb1..a66d55db4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,9 @@ image: tcitworld/mobilizon-ci stages: - install - check - - build + - build-js - test + - docker - package - upload - deploy @@ -70,7 +71,7 @@ lint-front: - exit $EXITVALUE build-frontend: - stage: build + stage: build-js image: node:14 before_script: - apt update @@ -172,7 +173,7 @@ pages: # - public .docker: &docker - stage: build + stage: docker cache: {} image: name: gcr.io/kaniko-project/executor:debug