Skip to content

Commit

Permalink
Update metricbeat/Jenkinsfile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Jul 20, 2023
1 parent 99f7400 commit 97c43d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ when:
platform: "immutable && ubuntu-22" ## default label for all the stages
stages:
unitTest:
mage: "PYTHON_ENV=./venv-clean MAGEFILE_VERBOSE=1 mage build PythonVirtualEnv unitTest"
mage: "pip3 install pytest==7.3.2 && mage build unitTest"
stage: mandatory
goIntegTest:
installK8s: true
Expand Down

0 comments on commit 97c43d1

Please sign in to comment.