Refactor pipeline.

This commit is contained in:
Spencer Ofwiti 2020-11-25 13:29:55 +03:00
parent 9327e15b44
commit 987f8edebe
1 changed files with 1 additions and 1 deletions

View File

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