diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56a0b8b..d0a10a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,24 +11,7 @@ after_script: - echo "After script section" - echo "For example you might do some cleanup here" -build1: +build: stage: build script: - - echo "Do your build here" - -test1: - stage: test - script: - - echo "Do a test here" - - echo "For example run a test suite" - -test2: - stage: test - script: - - echo "Do another parallel test here" - - echo "For example run a lint test" - -deploy1: - stage: deploy - script: - - echo "Do your deploy here" + - find . -maxdepth 1 -type d | xargs zip