diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b200ae..824b9cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: - build # - test - - review + - deploy build_ui: image: node @@ -31,7 +31,7 @@ start_review: - docker dependencies: - build_ui - stage: review + stage: deploy script: - cat index.html - mkdir _for_upload @@ -46,7 +46,7 @@ stop_review: image: mwienk/docker-lftp tags: - docker - stage: review + stage: deploy variables: GIT_STRATEGY: none script: