[odrs-web/barthalion/add-tests-to-ci] fixup! Add unit tests to CI



commit cbe1e79e02b1bbf1bbbd4ee1476d9412146742a8
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Wed Aug 31 22:33:00 2022 +0200

    fixup! Add unit tests to CI

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b9ca0e..28ecbdf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,13 @@ include:
   - project: 'Infrastructure/openshift-images/ci-templates'
     file: '/kaniko.yml'
 
+stages:
+  - build
+  - test
+  - deploy
+
 build-image:
-  stage: test
+  stage: build
   extends:
     - .kaniko-root
   variables:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]