Skip to content
Snippets Groups Projects

Gitlab ci runner setup

Merged Reinhard Prix requested to merge gitlab-ci-runner-setup into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -31,8 +31,9 @@ pytest:
when: always
expire_in: 24h
.static:
static:
stage: Static Analysis
tags: [ pyFstat ]
script:
- source ${VENV_DIR}/bin/activate
- black --check .
Loading