From aefe0e041f05a3f24552ab5c94a74e41064acccb Mon Sep 17 00:00:00 2001 From: pistiner Date: Sun, 1 Nov 2020 18:17:31 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eebb1df3..3cec3d74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ certora-test: stage: test image: python:latest before_script: + - 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 @@ -24,5 +25,5 @@ certora-test: - chmod +x solc-static-linux - mv solc-static-linux /usr/bin/solc script: - - certoraRun specs/harness/StableDebtTokenHarness.sol:StableDebtTokenHarness --solc solc6.8 --verify StableDebtTokenHarness:specs/StableDebtToken. spec --settings -assumeUnwindCond --cache StableDebtToken --staging + - certoraRun specs/harness/StableDebtTokenHarness.sol:StableDebtTokenHarness --solc solc6.8 --verify StableDebtTokenHarness:specs/StableDebtToken spec --settings -assumeUnwindCond --cache StableDebtToken --staging