diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4474335..f1826d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,9 +12,7 @@ test: # Run install script to install panoptes - ./install # Over ride config to add slack token - - echo $TPB_apikey - - echo $SPB_apikey - - python3.6 insert_token.py $slack_token $TPB_apikey $SPB_apikey + - python3.6 insert_token.py $slack_token $TPBapikey $SPBapikey #- echo -e "slack_token = \"$slack_token\"\nslack_channel = \"#random\"" > config.py # Build config with environment variable # Testing begins here - python3.6 -m unittest discover -v