diff --git a/run_ci_tests.sh b/run_ci_tests.sh index b701f9c..cfb7cc3 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -38,7 +38,7 @@ then else source pagureenv-$DATE-$HASH/bin/activate fi -trap deactive SIGINT SIGTERM EXIT +trap deactivate SIGINT SIGTERM EXIT # Reload where the nosetests app is (within the venv)