Update .gitlab-ci.yml

This commit is contained in:
pistiner 2020-11-01 18:19:25 +00:00
parent aefe0e041f
commit b903f8dc63

View File

@ -17,7 +17,7 @@ certora-test:
stage: test
image: python:latest
before_script:
- echo "export PATH=$PATH:~/.local/bin" >> $BASH_ENV
- echo "export PATH=$PATH:~/.local/bin" >> "$BASH_ENV"
- apt-get update || apt-get update
- apt-get install -y software-properties-common
- pip3 install certora-cli-beta==0.4.1