Commit 9589185e authored by Philip Makedonski's avatar Philip Makedonski
Browse files

Update .gitlab-ci.yml file

parent 705eb878
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ cache:


stages:          # List of stages for jobs, and their order of execution
  - config
  - build
  - test
  - deploy
@@ -139,7 +138,7 @@ stages: # List of stages for jobs, and their order of execution
  - release

config-job:       # This job runs in the build stage, which runs first.
  stage: config
  stage: .pre
  extends: 
    - main-branch-key
    - dev-branch-key