Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -68,4 +68,4 @@ test_documentation: - docker pull $IMAGE_NAME:$IMAGE_TAG script: - echo "Running tests in container..." - docker run --rm -v $CI_PROJECT_DIR:/workspace -w /workspace $IMAGE_NAME:$IMAGE_TAG python -m unittest discover -s ./doc/tests -t ./doc No newline at end of file - docker run --rm -v $CI_PROJECT_DIR:/workspace -w /workspace $IMAGE_NAME:$IMAGE_TAG python -m unittest test_mymodule No newline at end of file Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -68,4 +68,4 @@ test_documentation: - docker pull $IMAGE_NAME:$IMAGE_TAG script: - echo "Running tests in container..." - docker run --rm -v $CI_PROJECT_DIR:/workspace -w /workspace $IMAGE_NAME:$IMAGE_TAG python -m unittest discover -s ./doc/tests -t ./doc No newline at end of file - docker run --rm -v $CI_PROJECT_DIR:/workspace -w /workspace $IMAGE_NAME:$IMAGE_TAG python -m unittest test_mymodule No newline at end of file