Add build and test stage to stage declarations.

This commit is contained in:
Spencer Ofwiti 2020-11-25 13:28:46 +03:00
parent 4091b04c03
commit 9327e15b44
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
stages:
- install
- build_and-test
variables:
PROJECT_PATH: "$CI_PROJECT_DIR"