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

ci: updated script template in eLife test

parent 12a44736
No related branches found
No related tags found
No related merge requests found
variables:
IMAGE_ORG: kotahi
IMAGE_NAME: kotahi
INSTALL_PGCRYPTO_EXT: psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"
INSTALL_PGCRYPTO_EXT: 'psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"'
stages:
- build
......@@ -81,7 +81,8 @@ deploy:
PGPASSWORD: kotahidev
services:
- postgres
script:
.test_script: &run_script_template
- cd ${HOME}
- apt-get -y install postgresql-client
# use the example env for tests
......@@ -95,6 +96,8 @@ test-chrome:
<<: *run_test_template
variables:
TEST_ITEM: chrome:elife
script:
- *run_script_template
# test-chrome:
......
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