diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 067838b..ea1d2f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ image: python:3.7 -steps: +stages: - build - test @@ -17,5 +17,6 @@ build: test: + stage: test script: - python setup.py test \ No newline at end of file + - python setup.py test \ No newline at end of file