diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 941b8e0fe86228453d59d0361e30d8614483a7a1..8a5a2297ece037b4a45672045bccfd5a91a68b31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,22 +15,30 @@ after_script: build1: stage: build + tags: + - docker script: - echo "Do your build here" test1: stage: test + tags: + - docker script: - echo "Do a test here" - echo "For example run a test suite" test2: stage: test + tags: + - docker script: - echo "Do another parallel test here" - echo "For example run a lint test" deploy1: stage: deploy + tags: + - docker script: - echo "Do your deploy here"