Update gitlab configuration
This commit is contained in:
parent
720f6fdb78
commit
59f719d7c3
3 changed files with 10 additions and 10 deletions
|
|
@ -4,16 +4,16 @@ python-tests:
|
|||
services:
|
||||
- postgres:15
|
||||
- memcached:1.5.22
|
||||
image: python:3.9-bullseye
|
||||
image: python:3.11-bookworm
|
||||
before_script:
|
||||
- pip install -r requirements/production.txt -r requirements/development.txt --quiet
|
||||
- pip install -r requirements/ci.txt
|
||||
script:
|
||||
- coverage run ./src/manage.py test newsreader
|
||||
|
||||
javascript-tests:
|
||||
stage: test
|
||||
image: node:12-bullseye
|
||||
image: node:16-bookworm
|
||||
before_script:
|
||||
- npm install --quiet
|
||||
- npm install
|
||||
script:
|
||||
- npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue