summaryrefslogtreecommitdiff
path: root/.gitlab/ci/test.gitlab-ci.yml
blob: 5f51b1d755100e57bdcdde678b9c9ed9fb859164 (plain)
1
2
3
4
5
6
7
8
test:
  image: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
  stage: test
  variables:
    GIT_STRATEGY: none
  script:
    - cd /code
    - bin/test