diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b2f6449..68cc650a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ osx_test: stage: test allow_failure: true script: - - tox --recreate -e py27-dev + - /usr/local/bin/tox --recreate -e py27-dev tags: - yosemite - osx |