Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,20 @@ bwl_dummy_unit_tests:
bcl_unit_tests:
extends: .run-test-in-docker

dctest_one_test:
stage: test
script:
- ./dctest.py
artifacts:
paths:
- logs
- results
when: always
tags:
- boardfarm-compose
needs:
- job: build-in-docker

mapf_common_encryption_tests:
extends: .run-test-in-docker

Expand Down
Loading