1 # This file is a template, and might need editing before it works on your project.
2 # see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
4 # you can delete this line if you're not using Docker
8 - echo "Before script section"
9 - echo "For example you might run an update here or install a build dependency"
10 - echo "Or perhaps you might print out some debugging details"
13 - echo "After script section"
14 - echo "For example you might do some cleanup here"
24 # - echo "Do a test here"
25 # - echo "For example run a test suite"
30 # - echo "Do another parallel test here"
31 # - echo "For example run a lint test"
36 # - echo "Do your deploy here"