diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcee208..e70c7e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,11 @@ cache: paths: - .cache/pip +stages: +- test +- build +- push + test: stage: test before_script: @@ -22,7 +27,7 @@ test: script: - pytest -docker build: +build: stage: build script: - docker build -t my_homepage .