Browse Source

Make clients stage excute before build

Rigel Kent 4 years ago
parent
commit
45de2dfcb5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .gitlab-ci.yml

+ 1 - 2
.gitlab-ci.yml

@@ -3,8 +3,8 @@ image: chocobozzz/peertube-ci:10
 stages:
   - build-and-lint
   - test
-  - docker-nightly
   - clients
+  - docker-nightly
 
 #before_script:
 #  - 'sed -i -z "s/database:\n  hostname: ''localhost''/database:\n  hostname: ''postgres''/" config/test.yaml'
@@ -87,7 +87,6 @@ cache:
 
 build-openapi-clients:
   stage: clients
-  needs: []
   only:
     refs:
       - master