diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee9631dd1c9..ef009a38087 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,11 @@ build: + stage: build script: - cd tests - docker-compose build test: + stage: test script: - cd tests - docker-compose up -d