diff --git a/.github/workflows/maven_integration_tests.yaml b/.github/workflows/maven_integration_tests.yaml index ef9ba62..b599d99 100644 --- a/.github/workflows/maven_integration_tests.yaml +++ b/.github/workflows/maven_integration_tests.yaml @@ -5,11 +5,10 @@ on: [push, pull_request] jobs: maven-integration-tests: runs-on: ubuntu-latest - container: centos:7 + container: + image: ghcr.io/quattor/quattor-test-container:latest steps: - name: Checkout code - uses: actions/checkout@v2 - - name: install maven - run: yum -y install maven + uses: actions/checkout@v4 - name: run integration-tests run: mvn -P\!cfg-module-dist -P\!cfg-module-rpm -P\!module-test clean integration-test