Skip to content
Snippets Groups Projects
Commit 57168df6 authored by Grzegorz Kostkowski's avatar Grzegorz Kostkowski
Browse files

Use test container in CI

parent 841875db
No related branches found
No related tags found
1 merge request!10Fix words and phrases annotation bugs
Pipeline #3904 failed
...@@ -9,7 +9,8 @@ test_python: ...@@ -9,7 +9,8 @@ test_python:
services: services:
- docker:18.09.7-dind - docker:18.09.7-dind
script: script:
- make build_test_env test - docker build . -t wccl_test -f src/tests/docker/Dockerfile
- docker run --rm -v /tmp/test-out:/test/testdata/out wccl_test
build_image: build_image:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment