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

test the test 2

parent 8210618d
No related branches found
No related tags found
1 merge request!1Feature/remove coffeescript
Pipeline #79 failed
......@@ -17,10 +17,12 @@ variables:
test:
image: $CONTAINER_TEST_IMAGE
image:
name: $CONTAINER_TEST_IMAGE
entrypoint: ["/bin/bash"]
services:
- name: lab.compute.dtu.dk:5005/enote/dtu-enote-mongodb
alias: db
alias: quiz-db
command: ["/cmd_test.sh"]
tags:
- enote-docker
......@@ -28,6 +30,10 @@ test:
script:
- echo "Running tests"
- echo ./scripts/run-tests.sh
- pwd
- env | sort
- ls -als
- docker ps
- ./scripts/run-tests.sh
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment