diff options
| author | mo khan <mo@mokhan.ca> | 2019-09-03 19:42:43 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-09-03 19:42:43 -0600 |
| commit | 975ec006b65e48b76520b557afb97ce1e038642a (patch) | |
| tree | 1ef327093a29f81425ef229cc7289002e0775053 | |
| parent | aca488642c214bf13d4fb8d4095087f6f233dcf9 (diff) | |
move to the /code directory
| -rw-r--r-- | .gitlab/ci/test.gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 7f27c43..5f51b1d 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -4,4 +4,5 @@ test: variables: GIT_STRATEGY: none script: + - cd /code - bin/test |
