diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-05-28 13:42:11 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-05-28 13:42:11 +0200 |
commit | 52b214e4566bbfc4458240ed130b7320beb12bfb (patch) | |
tree | 9da01a919e20c157da4a68fcb0c3185e63a5b930 | |
parent | bb60a6d364de481fc94ec5e5d398bdde808946b7 (diff) |
derp
-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 08b736e..3cef312 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ lint_python: stage: test script: - apt-get update -qy - - apt-get install black + - apt-get install -y black - black --check bin run_tests: |