diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c852e71..08ddf4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - lint - build + - lint - test - compose-build - compose-push @@ -16,17 +16,9 @@ stages: .compose-push: stage: compose-push -lint_fe: - script: - - echo '' - extends: - - .lint - -lint_be: - script: - - echo '' - extends: - - .lint +######## +# BUILD +################################################################# build_fe: script: @@ -40,6 +32,26 @@ build_be: extends: - .build +######## +# LINT +################################################################# + +lint_fe: + script: + - echo '' + extends: + - .lint + +lint_be: + script: + - echo '' + extends: + - .lint + +######## +# TEST +################################################################# + test_fe: script: - echo '' @@ -52,12 +64,20 @@ test_be: extends: - .test +######## +# COMPOSE-BUILD +################################################################# + compose-build: script: - echo '' extends: - .compose-build +######## +# COMPOSE-PUSH +################################################################# + compose-push: script: - echo ''