Revize 5160450d
Přidáno uživatelem Ondřej Fibich před více než 6 roky(ů)
.gitlab-ci.yml | ||
---|---|---|
- deploy
|
||
|
||
deb_package_check:
|
||
script: bash tests/deb_package_check.sh
|
||
script: /bin/bash tests/deb_package_check.sh
|
||
stage: test
|
||
tags:
|
||
- deb_check
|
Také k dispozici: Unified diff
Attempt to fix running test on CI by specifying full bash path.