diff --git a/.gitea/workflows/rh9-native.yml b/.gitea/workflows/rh9-native.yml index f1829c83d..f13fb37fd 100644 --- a/.gitea/workflows/rh9-native.yml +++ b/.gitea/workflows/rh9-native.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: "ubuntu-latest" container: - image: gitea.psi.ch/detectors-int/rhel9-detectors-dev + image: gitea.psi.ch/detectors-int/rhel9-detectors steps: - uses: actions/checkout@v4 @@ -19,9 +19,6 @@ jobs: - name: Build library run: | mkdir build && cd build - cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON + cmake .. make -j 2 - - name: C++ unit tests - working-directory: ${{gitea.workspace}}/build - run: ctest \ No newline at end of file