Skip to content
Snippets Groups Projects
Commit e3e0d24b authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: updated template in testing in .gitlab-ci.elife.yml

parent ae841763
No related branches found
No related tags found
No related merge requests found
......@@ -79,9 +79,14 @@ deploy:
# used by psql
PGUSER: kotahidev
PGPASSWORD: kotahidev
INSTANCE_NAME: elife
services:
- postgres
test-chrome:
<<: *run_test_template
variables:
TEST_ITEM: "chrome:elife"
script:
- cd ${HOME}
- apt-get -y install postgresql-client
......@@ -91,11 +96,7 @@ deploy:
- cp .env.example .env
# specify host here else it confuses the linked postgres image
- POSTGRES_HOST=postgres yarn test:all:$TEST_ITEM
test-chrome:
<<: *run_test_template
variables:
TEST_ITEM: "chrome:elife"
# test-chrome:
# image: $IMAGE_ORG/$IMAGE_NAME-dev:$CI_COMMIT_SHA
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment