diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a328c0309..64c818476 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -3,8 +3,8 @@ image: chocobozzz/peertube-ci:10 | |||
3 | stages: | 3 | stages: |
4 | - build-and-lint | 4 | - build-and-lint |
5 | - test | 5 | - test |
6 | - docker-nightly | ||
7 | - clients | 6 | - clients |
7 | - docker-nightly | ||
8 | 8 | ||
9 | #before_script: | 9 | #before_script: |
10 | # - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml' | 10 | # - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml' |
@@ -87,7 +87,6 @@ cache: | |||
87 | 87 | ||
88 | build-openapi-clients: | 88 | build-openapi-clients: |
89 | stage: clients | 89 | stage: clients |
90 | needs: [] | ||
91 | only: | 90 | only: |
92 | refs: | 91 | refs: |
93 | - master | 92 | - master |