diff options
author | 2018-06-05 22:14:28 +0200 | |
---|---|---|
committer | 2018-06-05 22:14:28 +0200 | |
commit | 02071e4ef80bb81f2c91ad37b5ace82e2a475807 (patch) | |
tree | ae065cd4efcc090eae7ec96ef2234bec8e9af0ea | |
parent | pwd (diff) |
change directory
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1458603..60dbcd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ stages: build: stage: build script: + - cd /snekbox - pwd - ls -lah - pipenv run lint |