Skip to content
Snippets Groups Projects
Commit dff34aef authored by iaibrys's avatar iaibrys
Browse files

fix test script

parent b8e9ae02
No related branches found
No related tags found
No related merge requests found
Pipeline #135 passed
......@@ -20,17 +20,14 @@ before_script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
test:
image: $CONTAINER_TEST_IMAGE
services:
- name: lab.compute.dtu.dk:5005/enote/dtu-mongo-db
alias: quiz-db
tags:
- enote-docker
- enote-shell
stage: test
script:
- echo "Running tests"
- echo ./scripts/run-tests.sh
- ./scripts/run-tests.sh
- echo docker run $CONTAINER_TEST_IMAGE ./scripts/run-tests.sh
- docker pull $CONTAINER_TEST_IMAGE
- docker run $CONTAINER_TEST_IMAGE ./scripts/run-tests.sh
build:
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment