Make clients stage excute before build
authorRigel Kent <sendmemail@rigelk.eu>
Sun, 16 Feb 2020 12:15:04 +0000 (13:15 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Sun, 16 Feb 2020 12:15:04 +0000 (13:15 +0100)
.gitlab-ci.yml

index a328c0309dc3440a19514a5eab0d66d98a912b48..64c8184767deff4a9082edf72f2f7955bb7b730d 100644 (file)
@@ -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