EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 4dfc538f authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

install bash

parent af487ebf
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ test:
services:
- docker:dind
before_script:
- apk update && apk add bash postgresql-dev gcc python3-dev musl-dev py-pip gdal
- pip3 install -r requirements.txt
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- chmod +x env_setup.sh wait_for_container.sh registrar_test.sh
- ./env_setup.sh
......@@ -98,13 +100,9 @@ test:
- docker network create -d overlay emg-extnet
- docker stack deploy -c docker-compose.emg.yml -c docker-compose.emg.dev.yml emg-pvs
script:
- apk update && apk add postgresql-dev gcc python3-dev musl-dev py-pip gdal
- pip3 install -r requirements.txt
- ./wait_for_container.sh
- ./registrar_test.sh
after_script:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment