Commit 61d6c8d0 authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

restore stage order

parent 1e7832e8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ cache:
# pages:        move the metrics files to the right folder
# release       release the images for csp-lmc-low and mid (only manual)
stages:
  - test
  - build_common
  - linting_common
  - test_common
@@ -44,6 +43,7 @@ stages:
  - build
  - linting
  - release
  - test
  - publish
  - pages

+2 −0
Original line number Diff line number Diff line
@@ -105,11 +105,13 @@ integration:csp-lmc-mid:
  extends: .test
  image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1
  script:
    - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA"
    - cd $BUILD_PATH  
    - make k8s_test
  environment:
      name: test
  after_script:
    - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA"
    - cd $BUILD_PATH  
    - pwd
    - make delete