Skip to content
Snippets Groups Projects
Commit 25a67d41 authored by Matt Selsky's avatar Matt Selsky
Browse files

Update python binary name for py2 in deb_old_option_tester CI template

parent a61ddcf2
No related branches found
No related tags found
Loading
......@@ -126,7 +126,7 @@ freebsd-options-tester:
script:
- apt-get update
- apt-get install -y netbase bison gcc libssl-dev libcap-dev pps-tools python2-dev python2-minimal libseccomp-dev bash pkg-config python3-dev python3-minimal
- PYTHON=python bash tests/option-tester.sh
- PYTHON=python2 bash tests/option-tester.sh
- PYTHON=python3 bash tests/option-tester.sh
tags:
- gitlab-org
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment