Skip to content
Snippets Groups Projects
Commit adbdbe19 authored by Albin Stjerna's avatar Albin Stjerna
Browse files

Install argparse on the 2.6 runner

parent e636a645
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ test_26:
stage: test
before_script:
- yum update -y
- yum install -y python2-devel python-setuptools python-requests python-requests-kerberos python-six pytest libxml2-devel python-lxml gcc make
- yum install -y python2-devel python-setuptools python-requests python-requests-kerberos python-six pytest libxml2-devel python-lxml gcc make python-argparse
- bash -c "base64 -d <(echo \"$KRB_KEYTAB_CONTENTS\") > $KRB_USERNAME.keytab"
- kinit -k -t $KRB_USERNAME.keytab $KRB_USERNAME@CERN.CH
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment