Commit ac24b75c authored by Makovkin Denis's avatar Makovkin Denis
Browse files

Update gitlab-ci-template.yml

parent 28cfc1a2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
include:
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/before_script.yml'
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/stages.yml'
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.test_sources.yml'
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.build_assets.yml'
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.build_composer.yml'
  - 'https://gitlab.cetera.ru/boilerplate/ci/raw/master/.deploy_assets_to_staging.yml'
@@ -21,3 +22,7 @@ include:
  
.deploy_composer_files_to_server:
  extends: .deploy_composer_files_to_server

.phpcs_test:
  extends: .phpcs_test
  
 No newline at end of file