mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-04 13:15:24 +00:00
foxed gitlab-ci
This commit is contained in:
parent
97441b7c09
commit
44168af4dd
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ web-frontend-stylelint:
|
|||
- make stylelint-web-frontend
|
||||
|
||||
web-frontend-test:
|
||||
stage: web-frontend-test
|
||||
stage: test
|
||||
script:
|
||||
- make install-web-frontend-dependencies
|
||||
- make test-web-frontend
|
||||
|
@ -33,7 +33,7 @@ backend-flake8:
|
|||
- make lint-backend
|
||||
|
||||
backend-pytest:
|
||||
stage: lint
|
||||
stage: test
|
||||
image: python:3.6
|
||||
script:
|
||||
- make install-backend-dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue