diff options
author | 2018-06-05 23:14:54 +0200 | |
---|---|---|
committer | 2018-06-05 23:14:54 +0200 | |
commit | 9b1f89f10063bbfba20db005616e91deb704e279 (patch) | |
tree | 0f28a25745bca7be967d8736655842949ebe43f4 | |
parent | trying an alias (diff) |
forgot to remove debug command
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f8c40d..8b71142 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ stages: build: stage: build script: - - docker ps - pipenv sync --dev - pipenv run lint - pipenv run test |