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

Remove test

parent dadc3388
No related branches found
No related tags found
No related merge requests found
Pipeline #438 passed
...@@ -14,22 +14,6 @@ variables: ...@@ -14,22 +14,6 @@ variables:
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
test:
image: $CONTAINER_TEST_IMAGE
services:
- name: lab.compute.dtu.dk:5005/enote/dtu-enote-mongodb
alias: quiz-db
command: ["/cmd_test.sh"]
tags:
- enote-docker
stage: test
script:
- echo "Running tests"
- echo ./scripts/run-tests.sh
- echo "$(pwd)"
- pushd /app
- ./scripts/run-tests.sh
build: build:
tags: tags:
- enote-shell - enote-shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment